Class: Insika::OutboxStore::Delivery
- Inherits:
-
Data
- Object
- Data
- Insika::OutboxStore::Delivery
- Defined in:
- lib/insika/outbox_store.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
readonly
Returns the value of attribute attempts.
-
#channel ⇒ Object
readonly
Returns the value of attribute channel.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_error ⇒ Object
readonly
Returns the value of attribute last_error.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#attempts ⇒ Object (readonly)
Returns the value of attribute attempts
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def attempts @attempts end |
#channel ⇒ Object (readonly)
Returns the value of attribute channel
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def channel @channel end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def id @id end |
#last_error ⇒ Object (readonly)
Returns the value of attribute last_error
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def last_error @last_error end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def payload @payload end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def session_id @session_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def status @status end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def task_id @task_id end |
#to ⇒ Object (readonly)
Returns the value of attribute to
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def to @to end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
39 40 41 |
# File 'lib/insika/outbox_store.rb', line 39 def updated_at @updated_at end |