Class: Debci::HTML::Rooted
- Inherits:
-
Object
- Object
- Debci::HTML::Rooted
- Defined in:
- lib/debci/html.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
- #datadir ⇒ Object
-
#initialize ⇒ Rooted
constructor
A new instance of Rooted.
- #repository ⇒ Object
Constructor Details
Instance Attribute Details
#root ⇒ Object (readonly)
Returns the value of attribute root.
81 82 83 |
# File 'lib/debci/html.rb', line 81 def root @root end |
Instance Method Details
#datadir ⇒ Object
83 84 85 |
# File 'lib/debci/html.rb', line 83 def datadir 'packages' end |
#repository ⇒ Object
92 93 94 |
# File 'lib/debci/html.rb', line 92 def repository @repository ||= Debci::Repository.new end |