Class: Taoism::Nodes::If
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::If
- Defined in:
- lib/taoism/nodes.rb
Overview
── Control Flow ──
Instance Attribute Summary collapse
-
#cond ⇒ Object
Returns the value of attribute cond.
-
#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.
-
#then_body ⇒ Object
Returns the value of attribute then_body.
Instance Attribute Details
#cond ⇒ Object
Returns the value of attribute cond
48 49 50 |
# File 'lib/taoism/nodes.rb', line 48 def cond @cond end |
#else_body ⇒ Object
Returns the value of attribute else_body
48 49 50 |
# File 'lib/taoism/nodes.rb', line 48 def else_body @else_body end |
#end ⇒ Object
Returns the value of attribute end
48 49 50 |
# File 'lib/taoism/nodes.rb', line 48 def end @end end |
#start ⇒ Object
Returns the value of attribute start
48 49 50 |
# File 'lib/taoism/nodes.rb', line 48 def start @start end |
#then_body ⇒ Object
Returns the value of attribute then_body
48 49 50 |
# File 'lib/taoism/nodes.rb', line 48 def then_body @then_body end |