Class: ActiveCypher::Bolt::Messaging::Pull
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The PULL message. Because sometimes you just want to see what you got.
Constant Summary collapse
- SIGNATURE =
0x3F
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize(metadata) ⇒ Pull
constructor
A new instance of Pull.
- #metadata ⇒ Object
Methods inherited from Message
Constructor Details
#initialize(metadata) ⇒ Pull
187 188 189 190 |
# File 'lib/active_cypher/bolt/messaging.rb', line 187 def initialize() = Messaging.normalize_map() super(SIGNATURE, []) end |
Instance Method Details
#metadata ⇒ Object
192 193 194 |
# File 'lib/active_cypher/bolt/messaging.rb', line 192 def fields.first end |