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