Class: Gemite::AST::CallExpr

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



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

def args
  @args
end

#callee_nameObject

Returns the value of attribute callee_name

Returns:

  • (Object)

    the current value of callee_name



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

def callee_name
  @callee_name
end