Class: Debci::HTML::Rooted
- Inherits:
-
Object
- Object
- Debci::HTML::Rooted
- Defined in:
- lib/debci/html.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#datadir ⇒ Object
readonly
Returns the value of attribute datadir.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize ⇒ Rooted
constructor
A new instance of Rooted.
Constructor Details
Instance Attribute Details
#datadir ⇒ Object (readonly)
Returns the value of attribute datadir.
34 35 36 |
# File 'lib/debci/html.rb', line 34 def datadir @datadir end |
#root ⇒ Object (readonly)
Returns the value of attribute root.
34 35 36 |
# File 'lib/debci/html.rb', line 34 def root @root end |