Class: Taoism::Nodes::Try
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Try
- Defined in:
- lib/taoism/nodes.rb
Overview
── Special Forms ──
Instance Attribute Summary collapse
-
#call ⇒ Object
Returns the value of attribute call.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#call ⇒ Object
Returns the value of attribute call
45 46 47 |
# File 'lib/taoism/nodes.rb', line 45 def call @call end |
#end ⇒ Object
Returns the value of attribute end
45 46 47 |
# File 'lib/taoism/nodes.rb', line 45 def end @end end |
#start ⇒ Object
Returns the value of attribute start
45 46 47 |
# File 'lib/taoism/nodes.rb', line 45 def start @start end |