Class: Neo4j::Core::PackStream::Structure
- Inherits:
-
Struct
- Object
- Struct
- Neo4j::Core::PackStream::Structure
- Defined in:
- lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list
55 56 57 |
# File 'lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb', line 55 def list @list end |
#signature ⇒ Object
Returns the value of attribute signature
55 56 57 |
# File 'lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb', line 55 def signature @signature end |