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