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
2 3 4 |
# File 'lib/bluepill/condition_watch.rb', line 2 def critical @critical end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/bluepill/condition_watch.rb', line 2 def value @value end |