Sha256: dbd2981de8abf16dc94eaaf314afba4e31a7042bc3ba6030c94ea0a3062ef7cf

Contents?: true

Size: 177 Bytes

Versions: 33

Compression:

Stored size: 177 Bytes

Contents

module Neo4j::Server
  class CypherNodeUncommited
    def initialize(db, data)
      @db = db
      @data = data
    end

    def [](key)
      @data[key.to_s]
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
neo4j-core-3.0.0.alpha.13 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.12 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.11 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.10 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.9 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.8 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.7 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.6 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.5 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.4 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.3 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.2 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-3.0.0.alpha.1 lib/neo4j-server/cypher_node_uncommited.rb