Class: AMQ::Protocol::Queue::BindOk
- Inherits:
-
Method
- Object
- Method
- AMQ::Protocol::Queue::BindOk
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
#initialize ⇒ BindOk
1125
1126
|
# File 'lib/amq/protocol/client.rb', line 1125
def initialize()
end
|
Class Method Details
.decode(data) ⇒ Object
1120
1121
1122
1123
|
# File 'lib/amq/protocol/client.rb', line 1120
def self.decode(data)
offset = offset = 0
self.new()
end
|
.has_content? ⇒ Boolean
1128
1129
1130
|
# File 'lib/amq/protocol/client.rb', line 1128
def self.has_content?
false
end
|