Class: Rixie::Event::Envelope

Inherits:
Data
  • Object
show all
Defined in:
lib/rixie/event/envelope.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def event
  @event
end

#event_idObject (readonly)

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def event_id
  @event_id
end

#occurred_atObject (readonly)

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def occurred_at
  @occurred_at
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def run_id
  @run_id
end

#sequence_numberObject (readonly)

Returns the value of attribute sequence_number

Returns:

  • (Object)

    the current value of sequence_number



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def sequence_number
  @sequence_number
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def session_id
  @session_id
end

#task_idObject (readonly)

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



5
6
7
# File 'lib/rixie/event/envelope.rb', line 5

def task_id
  @task_id
end