Class: Debci::HTML::Rooted
- Inherits:
-
Object
- Object
- Debci::HTML::Rooted
- Defined in:
- lib/debci/html.rb
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.
45 46 47 |
# File 'lib/debci/html.rb', line 45 def datadir @datadir end |
#root ⇒ Object (readonly)
Returns the value of attribute root.
45 46 47 |
# File 'lib/debci/html.rb', line 45 def root @root end |