Sha256: 47c2ecdb56df7dceec8af07b240175a07c35fbd9e6dee0fd4045e93cc21b54ee

Contents?: true

Size: 210 Bytes

Versions: 8

Compression:

Stored size: 210 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
neo4j-core-4.0.7 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.6 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.5 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.4 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.3 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.2 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.1 lib/neo4j-server/cypher_node_uncommited.rb
neo4j-core-4.0.0 lib/neo4j-server/cypher_node_uncommited.rb