Class: Taoism::Nodes::Return
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Return
- 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.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
13 14 15 |
# File 'lib/taoism/nodes.rb', line 13 def end @end end |
#start ⇒ Object
Returns the value of attribute start
13 14 15 |
# File 'lib/taoism/nodes.rb', line 13 def start @start end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/taoism/nodes.rb', line 13 def value @value end |