Class: Checkup::Configuration::Notifier::Base
- Defined in:
- lib/checkup/configuration/notifier/base.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.on_failure ⇒ Object
Returns the value of attribute on_failure.
-
.on_success ⇒ Object
Returns the value of attribute on_success.
-
.on_warning ⇒ Object
Returns the value of attribute on_warning.
Class Attribute Details
.on_failure ⇒ Object
Returns the value of attribute on_failure.
8 9 10 |
# File 'lib/checkup/configuration/notifier/base.rb', line 8 def on_failure @on_failure end |
.on_success ⇒ Object
Returns the value of attribute on_success.
6 7 8 |
# File 'lib/checkup/configuration/notifier/base.rb', line 6 def on_success @on_success end |
.on_warning ⇒ Object
Returns the value of attribute on_warning.
7 8 9 |
# File 'lib/checkup/configuration/notifier/base.rb', line 7 def on_warning @on_warning end |