Class: AMQ::Protocol::Exchange::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.
1070 1071 |
# File 'lib/amq/protocol/client.rb', line 1070 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
1065 1066 1067 1068 |
# File 'lib/amq/protocol/client.rb', line 1065 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
1073 1074 1075 |
# File 'lib/amq/protocol/client.rb', line 1073 def self.has_content? false end |