Class: Gemite::AST::MethodCallExpr

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



22
23
24
# File 'lib/gemite/ast.rb', line 22

def args
  @args
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



22
23
24
# File 'lib/gemite/ast.rb', line 22

def method_name
  @method_name
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



22
23
24
# File 'lib/gemite/ast.rb', line 22

def receiver
  @receiver
end