Class: Threatinator::Plugins::Output::Null

Inherits:
Output
  • Object
show all
Defined in:
lib/threatinator/plugins/output/null.rb

Defined Under Namespace

Classes: Config

Instance Method Summary collapse

Methods inherited from Output

#initialize

Constructor Details

This class inherits a constructor from Threatinator::Output

Instance Method Details

#finishObject



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