Class: AMQ::Protocol::Exchange::DeclareOk
- Inherits:
-
Method
- Object
- Method
- AMQ::Protocol::Exchange::DeclareOk
show all
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Constructor Details
839
840
|
# File 'lib/amq/protocol/client.rb', line 839
def initialize()
end
|
Class Method Details
.decode(data) ⇒ Object
834
835
836
837
|
# File 'lib/amq/protocol/client.rb', line 834
def self.decode(data)
offset = offset = 0 self.new()
end
|
.has_content? ⇒ Boolean
842
843
844
|
# File 'lib/amq/protocol/client.rb', line 842
def self.has_content?
false
end
|