Class: FluQ::Handler::Null
Instance Attribute Summary
Attributes inherited from Base
#config, #name, #pattern, #reactor
Instance Method Summary collapse
Methods inherited from Base
#initialize, #match?, #select, type
Methods included from Mixins::Loggable
Constructor Details
This class inherits a constructor from FluQ::Handler::Base
Instance Method Details
#on_events(events) ⇒ Object
2 3 |
# File 'lib/fluq/handler/null.rb', line 2 def on_events(events) end |