Class: Threatinator::Plugins::Output::Null
- Defined in:
- lib/threatinator/plugins/output/null.rb
Defined Under Namespace
Classes: Config
Instance Method Summary collapse
Methods inherited from Output
Constructor Details
This class inherits a constructor from Threatinator::Output
Instance Method Details
#finish ⇒ Object
12 13 |
# File 'lib/threatinator/plugins/output/null.rb', line 12 def finish end |
#handle_event(event) ⇒ Object
9 10 |
# File 'lib/threatinator/plugins/output/null.rb', line 9 def handle_event(event) end |