Class: Kapusta::Compiler::Language::ModuleForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::ModuleForm
- 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.
-
#prefix_length ⇒ Object
Returns the value of attribute prefix_length.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
11 12 13 |
# File 'lib/kapusta/compiler/language.rb', line 11 def body @body end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/kapusta/compiler/language.rb', line 11 def name @name end |
#prefix_length ⇒ Object
Returns the value of attribute prefix_length
11 12 13 |
# File 'lib/kapusta/compiler/language.rb', line 11 def prefix_length @prefix_length end |