Class: Gemite::AST::MethodCallExpr
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::MethodCallExpr
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
22 23 24 |
# File 'lib/gemite/ast.rb', line 22 def args @args end |
#method_name ⇒ Object
Returns the value of attribute method_name
22 23 24 |
# File 'lib/gemite/ast.rb', line 22 def method_name @method_name end |
#receiver ⇒ Object
Returns the value of attribute receiver
22 23 24 |
# File 'lib/gemite/ast.rb', line 22 def receiver @receiver end |