Class: ActiveCypher::Bolt::Messaging::Reset
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The RESET message. Because sometimes you just want to pretend nothing ever happened.
Constant Summary collapse
- SIGNATURE =
0x0F
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize ⇒ Reset
constructor
A new instance of Reset.
Methods inherited from Message
Constructor Details
#initialize ⇒ Reset
Returns a new instance of Reset.
97 98 99 |
# File 'lib/active_cypher/bolt/messaging.rb', line 97 def initialize super(SIGNATURE, []) end |