Class: Debci::HTML::Rooted

Inherits:
Object
  • Object
show all
Defined in:
lib/debci/html.rb

Direct Known Subclasses

Autopkgtest, Feed, JSON, PackageJSON

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRooted

Returns a new instance of Rooted.



73
74
75
76
# File 'lib/debci/html.rb', line 73

def initialize
  data_basedir = Debci.config.data_basedir
  @root = Pathname(data_basedir) / datadir
end

Instance Attribute Details

#rootObject (readonly)

Returns the value of attribute root.



67
68
69
# File 'lib/debci/html.rb', line 67

def root
  @root
end

Instance Method Details

#datadirObject



69
70
71
# File 'lib/debci/html.rb', line 69

def datadir
  'packages'
end