Class: ActiveGraph::Core::QueryBuilder::Query
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - ActiveGraph::Core::QueryBuilder::Query
 
 
- Defined in:
 - lib/active_graph/core/query_builder.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
      4 5 6  | 
    
      # File 'lib/active_graph/core/query_builder.rb', line 4 def context @context end  | 
  
#cypher ⇒ Object
Returns the value of attribute cypher
      4 5 6  | 
    
      # File 'lib/active_graph/core/query_builder.rb', line 4 def cypher @cypher end  | 
  
#parameters ⇒ Object
Returns the value of attribute parameters
      4 5 6  | 
    
      # File 'lib/active_graph/core/query_builder.rb', line 4 def parameters @parameters end  | 
  
#pretty_cypher ⇒ Object
Returns the value of attribute pretty_cypher
      4 5 6  | 
    
      # File 'lib/active_graph/core/query_builder.rb', line 4 def pretty_cypher @pretty_cypher end  |