Class: AMQ::Protocol::Queue::BindOk
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ BindOk
constructor
A new instance of BindOk.
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Constructor Details
#initialize ⇒ BindOk
Returns a new instance of BindOk.
1101 1102 |
# File 'lib/amq/protocol/client.rb', line 1101 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
1096 1097 1098 1099 |
# File 'lib/amq/protocol/client.rb', line 1096 def self.decode(data) offset = 0 self.new() end |
.has_content? ⇒ Boolean
1104 1105 1106 |
# File 'lib/amq/protocol/client.rb', line 1104 def self.has_content? false end |