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
-
#description ⇒ Object
Returns the value of attribute description.
-
#external_attr ⇒ Object
Returns the value of attribute external_attr.
-
#external_tags ⇒ Object
Returns the value of attribute external_tags.
-
#fixed_attr ⇒ Object
Returns the value of attribute fixed_attr.
-
#fixed_tags ⇒ Object
Returns the value of attribute fixed_tags.
-
#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.
-
#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
#description ⇒ Object
Returns the value of attribute description
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def description @description end |
#external_attr ⇒ Object
Returns the value of attribute external_attr
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def external_attr @external_attr end |
#external_tags ⇒ Object
Returns the value of attribute external_tags
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def @external_tags end |
#fixed_attr ⇒ Object
Returns the value of attribute fixed_attr
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def fixed_attr @fixed_attr end |
#fixed_tags ⇒ Object
Returns the value of attribute fixed_tags
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def @fixed_tags end |
#host ⇒ Object
Returns the value of attribute host
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def host @host end |
#key ⇒ Object
Returns the value of attribute key
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def key @key end |
#source ⇒ Object
Returns the value of attribute source
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def source @source end |
#state ⇒ Object
Returns the value of attribute state
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def state @state end |
#time ⇒ Object
Returns the value of attribute time
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def time @time end |
#ttl ⇒ Object
Returns the value of attribute ttl
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def ttl @ttl end |
#value ⇒ Object
Returns the value of attribute value
20 21 22 |
# File 'lib/ffwd/event.rb', line 20 def value @value end |