Class: RRDNotifier::AlarmTooLow
- Inherits:
-
AlarmTooHigh
- Object
- Alarm
- AlarmTooHigh
- RRDNotifier::AlarmTooLow
- Defined in:
- lib/rrd-grapher/notifier/alarms.rb
Instance Attribute Summary
Attributes inherited from AlarmTooHigh
Attributes inherited from Alarm
Instance Method Summary collapse
Methods inherited from AlarmTooHigh
Methods inherited from Alarm
Constructor Details
This class inherits a constructor from RRDNotifier::AlarmTooHigh
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RRDNotifier::Alarm
Instance Method Details
#reason ⇒ Object
37 |
# File 'lib/rrd-grapher/notifier/alarms.rb', line 37 def reason; :too_low; end |