Class: ActiveGraph::Core::QueryBuilder::Query

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_graph/core/query_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



4
5
6
# File 'lib/active_graph/core/query_builder.rb', line 4

def context
  @context
end

#cypherObject

Returns the value of attribute cypher

Returns:

  • (Object)

    the current value of cypher



4
5
6
# File 'lib/active_graph/core/query_builder.rb', line 4

def cypher
  @cypher
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



4
5
6
# File 'lib/active_graph/core/query_builder.rb', line 4

def parameters
  @parameters
end

#pretty_cypherObject

Returns the value of attribute pretty_cypher

Returns:

  • (Object)

    the current value of pretty_cypher



4
5
6
# File 'lib/active_graph/core/query_builder.rb', line 4

def pretty_cypher
  @pretty_cypher
end