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.



2285
2286
# File 'lib/amq/protocol/client.rb', line 2285

def initialize()
end

Class Method Details

.decode(data) ⇒ Object

Returns:



2280
2281
2282
2283
# File 'lib/amq/protocol/client.rb', line 2280

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

.has_content?Boolean

Returns:

  • (Boolean)


2288
2289
2290
# File 'lib/amq/protocol/client.rb', line 2288

def self.has_content?
  false
end