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.
989 990 |
# File 'lib/amq/protocol/client.rb', line 989 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
984 985 986 987 |
# File 'lib/amq/protocol/client.rb', line 984 def self.decode(data) offset = 0 self.new() end |
.has_content? ⇒ Boolean
992 993 994 |
# File 'lib/amq/protocol/client.rb', line 992 def self.has_content? false end |