Class: Taoism::Nodes::Switch
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Switch
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#arms ⇒ Object
Returns the value of attribute arms.
-
#else_body ⇒ Object
Returns the value of attribute else_body.
-
#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
#arms ⇒ Object
Returns the value of attribute arms
50 51 52 |
# File 'lib/taoism/nodes.rb', line 50 def arms @arms end |
#else_body ⇒ Object
Returns the value of attribute else_body
50 51 52 |
# File 'lib/taoism/nodes.rb', line 50 def else_body @else_body end |
#end ⇒ Object
Returns the value of attribute end
50 51 52 |
# File 'lib/taoism/nodes.rb', line 50 def end @end end |
#start ⇒ Object
Returns the value of attribute start
50 51 52 |
# File 'lib/taoism/nodes.rb', line 50 def start @start end |
#value ⇒ Object
Returns the value of attribute value
50 51 52 |
# File 'lib/taoism/nodes.rb', line 50 def value @value end |