Class: Neo4j::Core::CypherSession::Adaptors::Base::Query
- Inherits:
-
Struct
- Object
- Struct
- Neo4j::Core::CypherSession::Adaptors::Base::Query
- Defined in:
- lib/neo4j/core/cypher_session/adaptors.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#cypher ⇒ Object
Returns the value of attribute cypher.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#pretty_cypher ⇒ Object
Returns the value of attribute pretty_cypher.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
73 74 75 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73 def context @context end |
#cypher ⇒ Object
Returns the value of attribute cypher
73 74 75 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73 def cypher @cypher end |
#parameters ⇒ Object
Returns the value of attribute parameters
73 74 75 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73 def parameters @parameters end |
#pretty_cypher ⇒ Object
Returns the value of attribute pretty_cypher
73 74 75 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 73 def pretty_cypher @pretty_cypher end |