Class: ActiveCypher::Bolt::Messaging::Discard
- Inherits:
-
MetadataMessage
- Object
- Message
- MetadataMessage
- ActiveCypher::Bolt::Messaging::Discard
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The DISCARD message. For when you want to throw away results, or your hopes.
Constant Summary collapse
- SIGNATURE =
0x2F
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#n ⇒ Object
metadata: { n: <N>, qid: <QID> }, where n = -1 means all.
- #qid ⇒ Object
Methods inherited from MetadataMessage
Methods inherited from Message
Constructor Details
This class inherits a constructor from ActiveCypher::Bolt::Messaging::MetadataMessage
Instance Method Details
#n ⇒ Object
metadata: { n: <N>, qid: <QID> }, where n = -1 means all
169 |
# File 'lib/active_cypher/bolt/messaging.rb', line 169 def n = [:n] || ['n'] |
#qid ⇒ Object
170 |
# File 'lib/active_cypher/bolt/messaging.rb', line 170 def qid = [:qid] || ['qid'] |