Class: AMQ::Protocol::Exchange::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.
1016 1017 |
# File 'lib/amq/protocol/client.rb', line 1016 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
1011 1012 1013 1014 |
# File 'lib/amq/protocol/client.rb', line 1011 def self.decode(data) offset = offset = 0 # self-assigning offset to eliminate "assigned but unused variable" warning even if offset is not used in this method self.new() end |
.has_content? ⇒ Boolean
1019 1020 1021 |
# File 'lib/amq/protocol/client.rb', line 1019 def self.has_content? false end |