Class: ThresholdCheck::UnavailableValue
- Inherits:
-
Object
- Object
- ThresholdCheck::UnavailableValue
- Defined in:
- lib/cane/threshold_check.rb
Overview
Null object for all cases when the value to be compared against cannot be read.
Instance Method Summary collapse
Instance Method Details
#>=(_) ⇒ Object
27 |
# File 'lib/cane/threshold_check.rb', line 27 def >=(_); false end |
#to_s ⇒ Object
28 |
# File 'lib/cane/threshold_check.rb', line 28 def to_s; 'unavailable' end |