Class: AMQ::Protocol::Queue::UnbindOk
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ UnbindOk
constructor
A new instance of UnbindOk.
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Constructor Details
#initialize ⇒ UnbindOk
Returns a new instance of UnbindOk.
1336 1337 |
# File 'lib/amq/protocol/client.rb', line 1336 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
1331 1332 1333 1334 |
# File 'lib/amq/protocol/client.rb', line 1331 def self.decode(data) offset = 0 self.new() end |
.has_content? ⇒ Boolean
1339 1340 1341 |
# File 'lib/amq/protocol/client.rb', line 1339 def self.has_content? false end |