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



17
18
19
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17

def context
  @context
end

#cypherObject

Returns the value of attribute cypher

Returns:

  • (Object)

    the current value of cypher



17
18
19
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17

def cypher
  @cypher
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



17
18
19
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17

def parameters
  @parameters
end

#pretty_cypherObject

Returns the value of attribute pretty_cypher

Returns:

  • (Object)

    the current value of pretty_cypher



17
18
19
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17

def pretty_cypher
  @pretty_cypher
end