Class: AMQ::Protocol::Tx::RollbackOk
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ RollbackOk
constructor
A new instance of RollbackOk.
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Constructor Details
#initialize ⇒ RollbackOk
Returns a new instance of RollbackOk.
2297 2298 |
# File 'lib/amq/protocol/client.rb', line 2297 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
2292 2293 2294 2295 |
# File 'lib/amq/protocol/client.rb', line 2292 def self.decode(data) offset = 0 self.new() end |
.has_content? ⇒ Boolean
2300 2301 2302 |
# File 'lib/amq/protocol/client.rb', line 2300 def self.has_content? false end |