Class: WMLAction::Document
- Inherits:
-
Object
- Object
- WMLAction::Document
- Defined in:
- lib/wml_action/document.rb
Instance Attribute Summary collapse
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(root) ⇒ Document
constructor
A new instance of Document.
Constructor Details
Instance Attribute Details
#root ⇒ Object (readonly)
Returns the value of attribute root.
8 9 10 |
# File 'lib/wml_action/document.rb', line 8 def root @root end |