Class: AMQ::Protocol::Exchange::UnbindOk
- Inherits:
-
Method
- Object
- Method
- AMQ::Protocol::Exchange::UnbindOk
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
1071
1072
|
# File 'lib/amq/protocol/client.rb', line 1071
def initialize()
end
|
Class Method Details
.decode(data) ⇒ Object
1066
1067
1068
1069
|
# File 'lib/amq/protocol/client.rb', line 1066
def self.decode(data)
offset = offset = 0
self.new()
end
|
.has_content? ⇒ Boolean
1074
1075
1076
|
# File 'lib/amq/protocol/client.rb', line 1074
def self.has_content?
false
end
|