Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 561 561: def self.decode(data) 562: offset = 0 563: self.new() 564: end
@return
# File lib/amq/protocol/client.rb, line 575 575: def self.encode() 576: channel = 0 577: buffer = "" 578: buffer << @packed_indexes 579: MethodFrame.new(buffer, channel) 580: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.