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.
Constructor Details
Instance Attribute Details
#root ⇒ Object (readonly)
Returns the value of attribute root.
72 73 74 |
# File 'lib/debci/html.rb', line 72 def root @root end |
Instance Method Details
#datadir ⇒ Object
74 75 76 |
# File 'lib/debci/html.rb', line 74 def datadir 'packages' end |