Class: AMQ::Protocol::Tx::Select
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary collapse
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Class Method Details
.encode(channel) ⇒ Object
[]
2193 2194 2195 2196 |
# File 'lib/amq/protocol/client.rb', line 2193 def self.encode(channel) buffer = @packed_indexes.dup MethodFrame.new(buffer, channel) end |
.has_content? ⇒ Boolean
2187 2188 2189 |
# File 'lib/amq/protocol/client.rb', line 2187 def self.has_content? false end |