Class: AMQ::Protocol::Tx::RollbackOk

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

#initializeRollbackOk

Returns a new instance of RollbackOk.



2295
2296
# File 'lib/amq/protocol/client.rb', line 2295

def initialize()
end

Class Method Details

.decode(data) ⇒ Object

Returns:



2290
2291
2292
2293
# File 'lib/amq/protocol/client.rb', line 2290

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

.has_content?Boolean

Returns:

  • (Boolean)


2298
2299
2300
# File 'lib/amq/protocol/client.rb', line 2298

def self.has_content?
  false
end