Exception: ActiveGraph::Core::QueryClauses::ArgError
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - ActiveGraph::Core::QueryClauses::ArgError
 
 
- Defined in:
 - lib/active_graph/core/query_clauses.rb
 
Instance Attribute Summary collapse
- 
  
    
      #arg_part  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute arg_part.
 
Instance Method Summary collapse
- 
  
    
      #initialize(arg_part = nil)  ⇒ ArgError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ArgError.
 
Constructor Details
#initialize(arg_part = nil) ⇒ ArgError
Returns a new instance of ArgError.
      6 7 8 9  | 
    
      # File 'lib/active_graph/core/query_clauses.rb', line 6 def initialize(arg_part = nil) super @arg_part = arg_part end  | 
  
Instance Attribute Details
#arg_part ⇒ Object (readonly)
Returns the value of attribute arg_part.
      5 6 7  | 
    
      # File 'lib/active_graph/core/query_clauses.rb', line 5 def arg_part @arg_part end  |