Class: Neo4j::Core::CypherSession::Adaptors::Base::Query

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



71
72
73
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 71

def context
  @context
end

#cypherObject

Returns the value of attribute cypher

Returns:

  • (Object)

    the current value of cypher



71
72
73
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 71

def cypher
  @cypher
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



71
72
73
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 71

def parameters
  @parameters
end

#pretty_cypherObject

Returns the value of attribute pretty_cypher

Returns:

  • (Object)

    the current value of pretty_cypher



71
72
73
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 71

def pretty_cypher
  @pretty_cypher
end