Class: Rixie::Event::Envelope
- Inherits:
-
Data
- Object
- Data
- Rixie::Event::Envelope
- Defined in:
- lib/rixie/event/envelope.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
readonly
Returns the value of attribute event.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#occurred_at ⇒ Object
readonly
Returns the value of attribute occurred_at.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#sequence_number ⇒ Object
readonly
Returns the value of attribute sequence_number.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
Instance Attribute Details
#event ⇒ Object (readonly)
Returns the value of attribute event
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def event @event end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def event_id @event_id end |
#occurred_at ⇒ Object (readonly)
Returns the value of attribute occurred_at
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def occurred_at @occurred_at end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def run_id @run_id end |
#sequence_number ⇒ Object (readonly)
Returns the value of attribute sequence_number
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def sequence_number @sequence_number end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def session_id @session_id end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id
5 6 7 |
# File 'lib/rixie/event/envelope.rb', line 5 def task_id @task_id end |