Class: AMQ::Protocol::Basic::GetOk

Inherits:
Object
  • Object
show all
Defined in:
lib/amq/protocol/extensions.rb

Overview

Extended to allow wrapping delivery tag into a versioned one.

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_tag=(value) ⇒ Object (writeonly)

Sets the attribute delivery_tag

Parameters:

  • value

    the value to set the attribute delivery_tag to.



12
13
14
# File 'lib/amq/protocol/extensions.rb', line 12

def delivery_tag=(value)
  @delivery_tag = value
end