Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 2196 2196: def self.decode(data) 2197: offset = 0 2198: self.new() 2199: end
@return
# File lib/amq/protocol/client.rb, line 2210 2210: def self.encode(channel) 2211: buffer = "" 2212: buffer << @packed_indexes 2213: MethodFrame.new(buffer, channel) 2214: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.