Class: Neo4j::Server::CypherNodeUncommited
- Inherits:
 - 
      Object
      
        
- Object
 - Neo4j::Server::CypherNodeUncommited
 
 - Defined in:
 - lib/neo4j-server/cypher_node_uncommited.rb
 
Instance Method Summary (collapse)
- - (Object) [](key)
 - 
  
    
      - (CypherNodeUncommited) initialize(db, data) 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CypherNodeUncommited.
 
Constructor Details
- (CypherNodeUncommited) initialize(db, data)
Returns a new instance of CypherNodeUncommited
      4 5 6 7  | 
    
      # File 'lib/neo4j-server/cypher_node_uncommited.rb', line 4 def initialize(db, data) @db = db @data = data end  | 
  
Instance Method Details
- (Object) [](key)
      9 10 11  | 
    
      # File 'lib/neo4j-server/cypher_node_uncommited.rb', line 9 def [](key) @data[key.to_s] end  |