Class: Bluepill::HistoryValue
- Inherits:
-
Struct
- Object
- Struct
- Bluepill::HistoryValue
- Defined in:
- lib/bluepill/condition_watch.rb
Instance Attribute Summary collapse
-
#critical ⇒ Object
Returns the value of attribute critical.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#critical ⇒ Object
Returns the value of attribute critical
3 4 5 |
# File 'lib/bluepill/condition_watch.rb', line 3 def critical @critical end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/bluepill/condition_watch.rb', line 3 def value @value end |