Class: TCB::OutboxEntry
- Inherits:
-
Data
- Object
- Data
- TCB::OutboxEntry
- Defined in:
- lib/tcb/outbox_entry.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#delivered_at ⇒ Object
readonly
Returns the value of attribute delivered_at.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#handler_class ⇒ Object
readonly
Returns the value of attribute handler_class.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#locked_at ⇒ Object
readonly
Returns the value of attribute locked_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#stream_id ⇒ Object
readonly
Returns the value of attribute stream_id.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def created_at @created_at end |
#delivered_at ⇒ Object (readonly)
Returns the value of attribute delivered_at
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def delivered_at @delivered_at end |
#error ⇒ Object (readonly)
Returns the value of attribute error
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def error @error end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def event_id @event_id end |
#handler_class ⇒ Object (readonly)
Returns the value of attribute handler_class
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def handler_class @handler_class end |
#id ⇒ Object (readonly)
Returns the value of attribute id
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def id @id end |
#locked_at ⇒ Object (readonly)
Returns the value of attribute locked_at
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def locked_at @locked_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def status @status end |
#stream_id ⇒ Object (readonly)
Returns the value of attribute stream_id
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def stream_id @stream_id end |
#version ⇒ Object (readonly)
Returns the value of attribute version
3 4 5 |
# File 'lib/tcb/outbox_entry.rb', line 3 def version @version end |