Method: Threatinator::EventBuilder#reset

Defined in:
lib/threatinator/event_builder.rb

#resetObject



16
17
18
19
20
21
# File 'lib/threatinator/event_builder.rb', line 16

def reset
  @type = nil
  @ipv4s = []
  @fqdns = []
  @urls = []
end