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



52
53
54
# File 'lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb', line 52

def list
  @list
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



52
53
54
# File 'lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream.rb', line 52

def signature
  @signature
end