Class: Threatinator::Event::EventHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/threatinator/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#feed_nameObject

Returns the value of attribute feed_name

Returns:

  • (Object)

    the current value of feed_name



21
22
23
# File 'lib/threatinator/event.rb', line 21

def feed_name
  @feed_name
end

#feed_providerObject

Returns the value of attribute feed_provider

Returns:

  • (Object)

    the current value of feed_provider



21
22
23
# File 'lib/threatinator/event.rb', line 21

def feed_provider
  @feed_provider
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



21
22
23
# File 'lib/threatinator/event.rb', line 21

def type
  @type
end