Class: AMQ::Protocol::Queue::UnbindOk

Inherits:
Method
  • Object
show all
Defined in:
lib/amq/protocol/client.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Method

encode_body, index, inherited, instantiate, method_id, methods, name, split_headers

Constructor Details

#initializeUnbindOk

Returns a new instance of UnbindOk.



1357
1358
# File 'lib/amq/protocol/client.rb', line 1357

def initialize()
end

Class Method Details

.decode(data) ⇒ Object

Returns:



1352
1353
1354
1355
# File 'lib/amq/protocol/client.rb', line 1352

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

Returns:

  • (Boolean)


1360
1361
1362
# File 'lib/amq/protocol/client.rb', line 1360

def self.has_content?
  false
end