Class: Kapusta::Compiler::Language::LuaXpcallForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::LuaXpcallForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#handler ⇒ Object
Returns the value of attribute handler.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
31 32 33 |
# File 'lib/kapusta/compiler/language.rb', line 31 def args @args end |
#callable ⇒ Object
Returns the value of attribute callable
31 32 33 |
# File 'lib/kapusta/compiler/language.rb', line 31 def callable @callable end |
#handler ⇒ Object
Returns the value of attribute handler
31 32 33 |
# File 'lib/kapusta/compiler/language.rb', line 31 def handler @handler end |