Class: OMQ::QoS::PendingStore::Entry
- Inherits:
-
Data
- Object
- Data
- OMQ::QoS::PendingStore::Entry
- Defined in:
- lib/omq/qos/pending_store.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
-
#parts ⇒ Object
readonly
Returns the value of attribute parts.
-
#sent_at ⇒ Object
readonly
Returns the value of attribute sent_at.
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection
21 22 23 |
# File 'lib/omq/qos/pending_store.rb', line 21 def connection @connection end |
#parts ⇒ Object (readonly)
Returns the value of attribute parts
21 22 23 |
# File 'lib/omq/qos/pending_store.rb', line 21 def parts @parts end |
#sent_at ⇒ Object (readonly)
Returns the value of attribute sent_at
21 22 23 |
# File 'lib/omq/qos/pending_store.rb', line 21 def sent_at @sent_at end |