Class: AMQ::Protocol::Tx::RollbackOk
- Inherits:
-
Method
- Object
- Method
- AMQ::Protocol::Tx::RollbackOk
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
2231
2232
|
# File 'lib/amq/protocol/client.rb', line 2231
def initialize()
end
|
Class Method Details
.decode(data) ⇒ Object
2226
2227
2228
2229
|
# File 'lib/amq/protocol/client.rb', line 2226
def self.decode(data)
offset = offset = 0
self.new()
end
|
.has_content? ⇒ Boolean
2234
2235
2236
|
# File 'lib/amq/protocol/client.rb', line 2234
def self.has_content?
false
end
|