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