Class: AMQ::Protocol::Basic::GetOk
- Inherits:
-
Object
- Object
- AMQ::Protocol::Basic::GetOk
- Defined in:
- lib/amq/protocol/extensions.rb
Overview
Extended to allow wrapping delivery tag into a versioned one.
Instance Attribute Summary collapse
-
#delivery_tag ⇒ Object
writeonly
Sets the attribute delivery_tag.
Instance Attribute Details
#delivery_tag=(value) ⇒ Object (writeonly)
Sets the attribute delivery_tag
12 13 14 |
# File 'lib/amq/protocol/extensions.rb', line 12 def delivery_tag=(value) @delivery_tag = value end |