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

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



20
21
22
# File 'lib/ffwd/event.rb', line 20

def description
  @description
end

#external_attrObject

Returns the value of attribute external_attr

Returns:

  • (Object)

    the current value of external_attr



20
21
22
# File 'lib/ffwd/event.rb', line 20

def external_attr
  @external_attr
end

#external_tagsObject

Returns the value of attribute external_tags

Returns:

  • (Object)

    the current value of external_tags



20
21
22
# File 'lib/ffwd/event.rb', line 20

def external_tags
  @external_tags
end

#fixed_attrObject

Returns the value of attribute fixed_attr

Returns:

  • (Object)

    the current value of fixed_attr



20
21
22
# File 'lib/ffwd/event.rb', line 20

def fixed_attr
  @fixed_attr
end

#fixed_tagsObject

Returns the value of attribute fixed_tags

Returns:

  • (Object)

    the current value of fixed_tags



20
21
22
# File 'lib/ffwd/event.rb', line 20

def fixed_tags
  @fixed_tags
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



20
21
22
# File 'lib/ffwd/event.rb', line 20

def host
  @host
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



20
21
22
# File 'lib/ffwd/event.rb', line 20

def key
  @key
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



20
21
22
# File 'lib/ffwd/event.rb', line 20

def source
  @source
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



20
21
22
# File 'lib/ffwd/event.rb', line 20

def state
  @state
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



20
21
22
# File 'lib/ffwd/event.rb', line 20

def time
  @time
end

#ttlObject

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



20
21
22
# File 'lib/ffwd/event.rb', line 20

def ttl
  @ttl
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



20
21
22
# File 'lib/ffwd/event.rb', line 20

def value
  @value
end