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.



78
79
80
81
# File 'lib/debci/html.rb', line 78

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.



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

def root
  @root
end

Instance Method Details

#datadirObject



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

def datadir
  'packages'
end