Class: Taoism::Nodes::FunDef
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::FunDef
- Defined in:
- lib/taoism/nodes.rb
Overview
── Function ──
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#end ⇒ Object
Returns the value of attribute end.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
18 19 20 |
# File 'lib/taoism/nodes.rb', line 18 def body @body end |
#end ⇒ Object
Returns the value of attribute end
18 19 20 |
# File 'lib/taoism/nodes.rb', line 18 def end @end end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/taoism/nodes.rb', line 18 def name @name end |
#params ⇒ Object
Returns the value of attribute params
18 19 20 |
# File 'lib/taoism/nodes.rb', line 18 def params @params end |
#receiver ⇒ Object
Returns the value of attribute receiver
18 19 20 |
# File 'lib/taoism/nodes.rb', line 18 def receiver @receiver end |
#start ⇒ Object
Returns the value of attribute start
18 19 20 |
# File 'lib/taoism/nodes.rb', line 18 def start @start end |