Method: Threatinator::EventBuilder#add_ipv4

Defined in:
lib/threatinator/event_builder.rb

#add_ipv4(ipv4, opts = {}) ⇒ Object



60
61
62
# File 'lib/threatinator/event_builder.rb', line 60

def add_ipv4(ipv4, opts = {})
  @ipv4s << [ipv4, opts]
end