Class: Circuitbox::Notifier::Null
- Inherits:
-
Object
- Object
- Circuitbox::Notifier::Null
- Defined in:
- lib/circuitbox/notifier/null.rb
Instance Method Summary collapse
- #notify(_circuit_name, _event) ⇒ Object
- #notify_run(_circuit_name) ⇒ Object
- #notify_warning(_circuit_name, _message) ⇒ Object
Instance Method Details
#notify(_circuit_name, _event) ⇒ Object
6 |
# File 'lib/circuitbox/notifier/null.rb', line 6 def notify(_circuit_name, _event); end |
#notify_run(_circuit_name) ⇒ Object
10 11 12 |
# File 'lib/circuitbox/notifier/null.rb', line 10 def notify_run(_circuit_name) yield end |
#notify_warning(_circuit_name, _message) ⇒ Object
8 |
# File 'lib/circuitbox/notifier/null.rb', line 8 def notify_warning(_circuit_name, ); end |