Class: ActiveCypher::Bolt::Messaging::Rollback
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The ROLLBACK message. Because sometimes you just want to undo your mistakes.
Constant Summary collapse
- SIGNATURE =
0x13
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize ⇒ Rollback
constructor
A new instance of Rollback.
Methods inherited from Message
Constructor Details
#initialize ⇒ Rollback
Returns a new instance of Rollback.
163 164 165 |
# File 'lib/active_cypher/bolt/messaging.rb', line 163 def initialize super(SIGNATURE, []) end |