Class: Neo4j::Core::PackStream::Structure

Inherits:
Struct
  • Object
show all
Defined in:
lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb

Instance Attribute Summary collapse

Instance Attribute Details

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



55
56
57
# File 'lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb', line 55

def list
  @list
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



55
56
57
# File 'lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb', line 55

def signature
  @signature
end