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.



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

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.



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

def root
  @root
end

Instance Method Details

#datadirObject



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

def datadir
  'packages'
end