Class: TCB::OutboxEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/tcb/outbox_entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def created_at
  @created_at
end

#delivered_atObject (readonly)

Returns the value of attribute delivered_at

Returns:

  • (Object)

    the current value of delivered_at



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def delivered_at
  @delivered_at
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def error
  @error
end

#event_idObject (readonly)

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def event_id
  @event_id
end

#handler_classObject (readonly)

Returns the value of attribute handler_class

Returns:

  • (Object)

    the current value of handler_class



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def handler_class
  @handler_class
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def id
  @id
end

#locked_atObject (readonly)

Returns the value of attribute locked_at

Returns:

  • (Object)

    the current value of locked_at



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def locked_at
  @locked_at
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def status
  @status
end

#stream_idObject (readonly)

Returns the value of attribute stream_id

Returns:

  • (Object)

    the current value of stream_id



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def stream_id
  @stream_id
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



3
4
5
# File 'lib/tcb/outbox_entry.rb', line 3

def version
  @version
end