Class: Kapusta::Compiler::Language::TsetForm

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/compiler/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



22
23
24
# File 'lib/kapusta/compiler/language.rb', line 22

def key
  @key
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



22
23
24
# File 'lib/kapusta/compiler/language.rb', line 22

def table
  @table
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



22
23
24
# File 'lib/kapusta/compiler/language.rb', line 22

def value
  @value
end