Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Basic::CancelOk

Attributes

consumer_tag[R]

Public Class Methods

decode(data) click to toggle source

@return

      # File lib/amq/protocol/client.rb, line 1625
1625:         def self.decode(data)
1626:           offset = 0
1627:           length = data[offset, 1].unpack(PACK_CHAR).first
1628:           offset += 1
1629:           consumer_tag = data[offset, length]
1630:           offset += length
1631:           self.new(consumer_tag)
1632:         end
has_content?() click to toggle source
      # File lib/amq/protocol/client.rb, line 1639
1639:         def self.has_content?
1640:           false
1641:         end
new(consumer_tag) click to toggle source
      # File lib/amq/protocol/client.rb, line 1635
1635:         def initialize(consumer_tag)
1636:           @consumer_tag = consumer_tag
1637:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.