Class: Taoism::Nodes::Leave
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Leave
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
14 15 16 |
# File 'lib/taoism/nodes.rb', line 14 def end @end end |
#start ⇒ Object
Returns the value of attribute start
14 15 16 |
# File 'lib/taoism/nodes.rb', line 14 def start @start end |