Class: Kameleoon::KcsHeat
- Inherits:
-
Object
- Object
- Kameleoon::KcsHeat
- Defined in:
- lib/kameleoon/data/kcs_heat.rb
Instance Attribute Summary collapse
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(values) ⇒ KcsHeat
constructor
A new instance of KcsHeat.
Constructor Details
#initialize(values) ⇒ KcsHeat
Returns a new instance of KcsHeat.
7 8 9 10 |
# File 'lib/kameleoon/data/kcs_heat.rb', line 7 def initialize(values) @values = values @values.freeze end |
Instance Attribute Details
#values ⇒ Object (readonly)
Returns the value of attribute values.
5 6 7 |
# File 'lib/kameleoon/data/kcs_heat.rb', line 5 def values @values end |