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



73
74
75
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73

def context
  @context
end

#cypherObject

Returns the value of attribute cypher

Returns:

  • (Object)

    the current value of cypher



73
74
75
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73

def cypher
  @cypher
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



73
74
75
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73

def parameters
  @parameters
end

#pretty_cypherObject

Returns the value of attribute pretty_cypher

Returns:

  • (Object)

    the current value of pretty_cypher



73
74
75
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73

def pretty_cypher
  @pretty_cypher
end