Class: Kapusta::Compiler::Language::LuaXpcallForm

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/compiler/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



31
32
33
# File 'lib/kapusta/compiler/language.rb', line 31

def args
  @args
end

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



31
32
33
# File 'lib/kapusta/compiler/language.rb', line 31

def callable
  @callable
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



31
32
33
# File 'lib/kapusta/compiler/language.rb', line 31

def handler
  @handler
end