Object
GetEmpty attributes
# File lib/amq/protocol/get_response.rb, line 47 def cluster_id if @method.respond_to?(:cluster_id) @method.cluster_id end end
GetOk attributes
# File lib/amq/protocol/get_response.rb, line 16 def delivery_tag if @method.respond_to?(:delivery_tag) @method.delivery_tag end end
# File lib/amq/protocol/get_response.rb, line 11 def empty? @method.is_a?(::AMQ::Protocol::Basic::GetEmpty) end
# File lib/amq/protocol/get_response.rb, line 28 def exchange if @method.respond_to?(:exchange) @method.exchange end end
# File lib/amq/protocol/get_response.rb, line 40 def message_count if @method.respond_to?(:message_count) @method.message_count end end
Generated with the Darkfish Rdoc Generator 2.