Class: AMQ::Protocol::Exchange::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.



1034
1035
# File 'lib/amq/protocol/client.rb', line 1034

def initialize()
end

Class Method Details

.decode(data) ⇒ Object

Returns:



1029
1030
1031
1032
# File 'lib/amq/protocol/client.rb', line 1029

def self.decode(data)
  offset = 0
  self.new()
end

.has_content?Boolean

Returns:

  • (Boolean)


1037
1038
1039
# File 'lib/amq/protocol/client.rb', line 1037

def self.has_content?
  false
end