Class: Kapusta::Compiler::Language::ValuesForm

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



26
27
28
# File 'lib/kapusta/compiler/language.rb', line 26

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



26
27
28
# File 'lib/kapusta/compiler/language.rb', line 26

def value
  @value
end