Class: OMQ::QoS::PendingStore::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/omq/qos/pending_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject (readonly)

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



21
22
23
# File 'lib/omq/qos/pending_store.rb', line 21

def connection
  @connection
end

#partsObject (readonly)

Returns the value of attribute parts

Returns:

  • (Object)

    the current value of parts



21
22
23
# File 'lib/omq/qos/pending_store.rb', line 21

def parts
  @parts
end

#sent_atObject (readonly)

Returns the value of attribute sent_at

Returns:

  • (Object)

    the current value of sent_at



21
22
23
# File 'lib/omq/qos/pending_store.rb', line 21

def sent_at
  @sent_at
end