Class: Kapusta::Compiler::Language::ValuesForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::ValuesForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
26 27 28 |
# File 'lib/kapusta/compiler/language.rb', line 26 def key @key end |
#value ⇒ Object
Returns the value of attribute value
26 27 28 |
# File 'lib/kapusta/compiler/language.rb', line 26 def value @value end |