Exception: Neo4j::Core::QueryClauses::ArgError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Neo4j::Core::QueryClauses::ArgError
 
- Defined in:
- lib/neo4j-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/neo4j-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/neo4j-core/query_clauses.rb', line 5 def arg_part @arg_part end |