Class: SmoSepaKiwis::Value
- Inherits:
-
Struct
- Object
- Struct
- SmoSepaKiwis::Value
- Defined in:
- lib/smo_sepa_kiwis/value.rb
Instance Attribute Summary collapse
-
#quality_code ⇒ Object
Returns the value of attribute quality_code.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#quality_code ⇒ Object
Returns the value of attribute quality_code
2 3 4 |
# File 'lib/smo_sepa_kiwis/value.rb', line 2 def quality_code @quality_code end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
2 3 4 |
# File 'lib/smo_sepa_kiwis/value.rb', line 2 def @timestamp end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/smo_sepa_kiwis/value.rb', line 2 def value @value end |