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
17 18 19 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17 def context @context end |
#cypher ⇒ Object
Returns the value of attribute cypher
17 18 19 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17 def cypher @cypher end |
#parameters ⇒ Object
Returns the value of attribute parameters
17 18 19 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17 def parameters @parameters end |
#pretty_cypher ⇒ Object
Returns the value of attribute pretty_cypher
17 18 19 |
# File 'lib/neo4j/core/cypher_session/adaptors.rb', line 17 def pretty_cypher @pretty_cypher end |