Object
GetEmpty attributes
# File lib/amq/protocol/get_response.rb, line 48 48: def cluster_id 49: if @method.respond_to?(:cluster_id) 50: @method.cluster_id 51: end 52: end
GetOk attributes
# File lib/amq/protocol/get_response.rb, line 17 17: def delivery_tag 18: if @method.respond_to?(:delivery_tag) 19: @method.delivery_tag 20: end 21: end
# File lib/amq/protocol/get_response.rb, line 12 12: def empty? 13: @method.is_a?(::AMQ::Protocol::Basic::GetEmpty) 14: end
# File lib/amq/protocol/get_response.rb, line 29 29: def exchange 30: if @method.respond_to?(:exchange) 31: @method.exchange 32: end 33: end
# File lib/amq/protocol/get_response.rb, line 41 41: def message_count 42: if @method.respond_to?(:message_count) 43: @method.message_count 44: end 45: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.