Class: ActiveCypher::Bolt::Messaging::Commit
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The COMMIT message. For when you want to pretend your changes are permanent.
Constant Summary collapse
- SIGNATURE =
0x12
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize ⇒ Commit
constructor
A new instance of Commit.
Methods inherited from Message
Constructor Details
#initialize ⇒ Commit
Returns a new instance of Commit.
154 155 156 |
# File 'lib/active_cypher/bolt/messaging.rb', line 154 def initialize super(SIGNATURE, []) end |