Class: SolidFlow::Replay::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/solid_flow/replay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/solid_flow/replay.rb', line 5

def id
  @id
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



5
6
7
# File 'lib/solid_flow/replay.rb', line 5

def payload
  @payload
end

#recorded_atObject

Returns the value of attribute recorded_at

Returns:

  • (Object)

    the current value of recorded_at



5
6
7
# File 'lib/solid_flow/replay.rb', line 5

def recorded_at
  @recorded_at
end

#sequenceObject

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



5
6
7
# File 'lib/solid_flow/replay.rb', line 5

def sequence
  @sequence
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/solid_flow/replay.rb', line 5

def type
  @type
end