Sha256: aec72eb737d225c97c7fc39a3497206ac9e45fcab1fe6155369d0d58e85aa32e

Contents?: true

Size: 205 Bytes

Versions: 15

Compression:

Stored size: 205 Bytes

Contents

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
neo4j-core-5.0.10 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.9 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.8 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.7 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.6 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.5 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.4 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.3 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.2 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.1 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.0 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.0.rc.4 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.0.rc.3 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.0.rc.2 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-5.0.0.rc.1 lib/neo4j-server/cypher_node_uncommited.rb