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