Class: SmoSepaKiwis::Value

Inherits:
Struct
  • Object
show all
Defined in:
lib/smo_sepa_kiwis/value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#quality_codeObject

Returns the value of attribute quality_code

Returns:

  • (Object)

    the current value of quality_code



2
3
4
# File 'lib/smo_sepa_kiwis/value.rb', line 2

def quality_code
  @quality_code
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



2
3
4
# File 'lib/smo_sepa_kiwis/value.rb', line 2

def timestamp
  @timestamp
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/smo_sepa_kiwis/value.rb', line 2

def value
  @value
end