Class: Moult::Health::Score::CoverageInput
- Inherits:
-
Struct
- Object
- Struct
- Moult::Health::Score::CoverageInput
- Defined in:
- lib/moult/health/score.rb
Instance Attribute Summary collapse
-
#cold ⇒ Object
Returns the value of attribute cold.
-
#hot ⇒ Object
Returns the value of attribute hot.
Instance Attribute Details
#cold ⇒ Object
Returns the value of attribute cold
105 106 107 |
# File 'lib/moult/health/score.rb', line 105 def cold @cold end |
#hot ⇒ Object
Returns the value of attribute hot
105 106 107 |
# File 'lib/moult/health/score.rb', line 105 def hot @hot end |