Class: Insika::OutboxStore::Delivery

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/outbox_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attemptsObject (readonly)

Returns the value of attribute attempts

Returns:

  • (Object)

    the current value of attempts



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def attempts
  @attempts
end

#channelObject (readonly)

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def channel
  @channel
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def id
  @id
end

#last_errorObject (readonly)

Returns the value of attribute last_error

Returns:

  • (Object)

    the current value of last_error



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def last_error
  @last_error
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def payload
  @payload
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def session_id
  @session_id
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def status
  @status
end

#task_idObject (readonly)

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def task_id
  @task_id
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def to
  @to
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



39
40
41
# File 'lib/insika/outbox_store.rb', line 39

def updated_at
  @updated_at
end