Class: SolidFlow::Replay::Event
- Inherits:
-
Struct
- Object
- Struct
- SolidFlow::Replay::Event
- Defined in:
- lib/solid_flow/replay.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#recorded_at ⇒ Object
Returns the value of attribute recorded_at.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/solid_flow/replay.rb', line 5 def id @id end |
#payload ⇒ Object
Returns the value of attribute payload
5 6 7 |
# File 'lib/solid_flow/replay.rb', line 5 def payload @payload end |
#recorded_at ⇒ Object
Returns the value of attribute recorded_at
5 6 7 |
# File 'lib/solid_flow/replay.rb', line 5 def recorded_at @recorded_at end |
#sequence ⇒ Object
Returns the value of attribute sequence
5 6 7 |
# File 'lib/solid_flow/replay.rb', line 5 def sequence @sequence end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/solid_flow/replay.rb', line 5 def type @type end |