Class: Lines::Transformer::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/lines/loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



121
122
123
# File 'lib/lines/loader.rb', line 121

def key
  @key
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



121
122
123
# File 'lib/lines/loader.rb', line 121

def val
  @val
end