Class: Taoism::Nodes::Call
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Call
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#callee ⇒ Object
Returns the value of attribute callee.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
31 32 33 |
# File 'lib/taoism/nodes.rb', line 31 def args @args end |
#callee ⇒ Object
Returns the value of attribute callee
31 32 33 |
# File 'lib/taoism/nodes.rb', line 31 def callee @callee end |
#end ⇒ Object
Returns the value of attribute end
31 32 33 |
# File 'lib/taoism/nodes.rb', line 31 def end @end end |
#start ⇒ Object
Returns the value of attribute start
31 32 33 |
# File 'lib/taoism/nodes.rb', line 31 def start @start end |