Class: Kapusta::Compiler::Language::ImportMacrosForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::ImportMacrosForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#destructure ⇒ Object
Returns the value of attribute destructure.
-
#module_arg ⇒ Object
Returns the value of attribute module_arg.
Instance Attribute Details
#destructure ⇒ Object
Returns the value of attribute destructure
36 37 38 |
# File 'lib/kapusta/compiler/language.rb', line 36 def destructure @destructure end |
#module_arg ⇒ Object
Returns the value of attribute module_arg
36 37 38 |
# File 'lib/kapusta/compiler/language.rb', line 36 def module_arg @module_arg end |