Class: FFWD::EventStruct

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

Overview

Struct used to define all fields related to an event.

Direct Known Subclasses

Event

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes



18
19
20
# File 'lib/ffwd/event.rb', line 18

def attributes
  @attributes
end

#descriptionObject

Returns the value of attribute description



18
19
20
# File 'lib/ffwd/event.rb', line 18

def description
  @description
end

#hostObject

Returns the value of attribute host



18
19
20
# File 'lib/ffwd/event.rb', line 18

def host
  @host
end

#keyObject

Returns the value of attribute key



18
19
20
# File 'lib/ffwd/event.rb', line 18

def key
  @key
end

#sourceObject

Returns the value of attribute source



18
19
20
# File 'lib/ffwd/event.rb', line 18

def source
  @source
end

#stateObject

Returns the value of attribute state



18
19
20
# File 'lib/ffwd/event.rb', line 18

def state
  @state
end

#tagsObject

Returns the value of attribute tags



18
19
20
# File 'lib/ffwd/event.rb', line 18

def tags
  @tags
end

#timeObject

Returns the value of attribute time



18
19
20
# File 'lib/ffwd/event.rb', line 18

def time
  @time
end

#ttlObject

Returns the value of attribute ttl



18
19
20
# File 'lib/ffwd/event.rb', line 18

def ttl
  @ttl
end

#valueObject

Returns the value of attribute value



18
19
20
# File 'lib/ffwd/event.rb', line 18

def value
  @value
end