Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Basic::ConsumeOk

Attributes

consumer_tag[R]

Public Class Methods

decode(data) click to toggle source

@return

      # File lib/amq/protocol/client.rb, line 1575
1575:         def self.decode(data)
1576:           offset = 0
1577:           length = data[offset, 1].unpack(PACK_CHAR).first
1578:           offset += 1
1579:           consumer_tag = data[offset, length]
1580:           offset += length
1581:           self.new(consumer_tag)
1582:         end
has_content?() click to toggle source
      # File lib/amq/protocol/client.rb, line 1589
1589:         def self.has_content?
1590:           false
1591:         end
new(consumer_tag) click to toggle source
      # File lib/amq/protocol/client.rb, line 1585
1585:         def initialize(consumer_tag)
1586:           @consumer_tag = consumer_tag
1587:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.