class Threatinator::Output
Public Class Methods
new(config)
click to toggle source
# File lib/threatinator/output.rb, line 5 def initialize(config) end
Public Instance Methods
finish()
click to toggle source
# File lib/threatinator/output.rb, line 14 def finish #:nocov: raise NotImplementedError.new("#{self.class}#finish is not implemented") #:nocov: end
handle_event(event)
click to toggle source
# File lib/threatinator/output.rb, line 8 def handle_event(event) #:nocov: raise NotImplementedError.new("#{self.class}#handle_event is not implemented") #:nocov: end