class AllMyCircuits::Notifiers::NullNotifier
Public: no-op implementation of AbstractNotifier
.
Public Class Methods
new(*args, **kwargs)
click to toggle source
# File lib/all_my_circuits/notifiers/null_notifier.rb, line 7 def initialize(*args, **kwargs) end
Public Instance Methods
closed()
click to toggle source
# File lib/all_my_circuits/notifiers/null_notifier.rb, line 13 def closed end
opened()
click to toggle source
# File lib/all_my_circuits/notifiers/null_notifier.rb, line 10 def opened end