Class: Kapusta::Compiler::Language::GlobalForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::GlobalForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/kapusta/compiler/language.rb', line 19 def name @name end |
#value ⇒ Object
Returns the value of attribute value
19 20 21 |
# File 'lib/kapusta/compiler/language.rb', line 19 def value @value end |