Class: Keisanjaku::FunctionNode
- Inherits:
-
Struct
- Object
- Struct
- Keisanjaku::FunctionNode
- Defined in:
- lib/keisanjaku/parser.rb
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source_argument ⇒ Object
Returns the value of attribute source_argument.
-
#source_name ⇒ Object
Returns the value of attribute source_name.
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument
13 14 15 |
# File 'lib/keisanjaku/parser.rb', line 13 def argument @argument end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/keisanjaku/parser.rb', line 13 def name @name end |
#source_argument ⇒ Object
Returns the value of attribute source_argument
13 14 15 |
# File 'lib/keisanjaku/parser.rb', line 13 def source_argument @source_argument end |
#source_name ⇒ Object
Returns the value of attribute source_name
13 14 15 |
# File 'lib/keisanjaku/parser.rb', line 13 def source_name @source_name end |