Class: Threatinator::Event::EventHeader
- Inherits:
-
Struct
- Object
- Struct
- Threatinator::Event::EventHeader
- Defined in:
- lib/threatinator/event.rb
Instance Attribute Summary collapse
-
#feed_name ⇒ Object
Returns the value of attribute feed_name.
-
#feed_provider ⇒ Object
Returns the value of attribute feed_provider.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#feed_name ⇒ Object
Returns the value of attribute feed_name
21 22 23 |
# File 'lib/threatinator/event.rb', line 21 def feed_name @feed_name end |
#feed_provider ⇒ Object
Returns the value of attribute feed_provider
21 22 23 |
# File 'lib/threatinator/event.rb', line 21 def feed_provider @feed_provider end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/threatinator/event.rb', line 21 def type @type end |