Class: FFWD::EventStruct
- Inherits:
-
Struct
- Object
- Struct
- FFWD::EventStruct
- Defined in:
- lib/ffwd/event.rb
Overview
Struct used to define all fields related to an event.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#description ⇒ Object
Returns the value of attribute description.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#source ⇒ Object
Returns the value of attribute source.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#time ⇒ Object
Returns the value of attribute time.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def attributes @attributes end |
#description ⇒ Object
Returns the value of attribute description
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def description @description end |
#host ⇒ Object
Returns the value of attribute host
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def host @host end |
#key ⇒ Object
Returns the value of attribute key
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def key @key end |
#source ⇒ Object
Returns the value of attribute source
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def source @source end |
#state ⇒ Object
Returns the value of attribute state
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def state @state end |
#tags ⇒ Object
Returns the value of attribute tags
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def end |
#time ⇒ Object
Returns the value of attribute time
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def time @time end |
#ttl ⇒ Object
Returns the value of attribute ttl
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def ttl @ttl end |
#value ⇒ Object
Returns the value of attribute value
18 19 20 |
# File 'lib/ffwd/event.rb', line 18 def value @value end |