Sha256: 4e3f665b1d90dfffd84a4720af30d40f77dfb7ab8cc9ca49f938c8d3f5a4e47d
Contents?: true
Size: 577 Bytes
Versions: 4
Compression:
Stored size: 577 Bytes
Contents
require 'active_graph/core/instrumentable' require 'active_graph/core/entity' require 'active_graph/core/node' require 'active_graph/core/query' require 'active_graph/core/record' require 'active_graph/core/wrappable' require 'active_graph/transaction' require 'neo4j/driver' Neo4j::Driver::Types::Entity.include ActiveGraph::Core::Wrappable Neo4j::Driver::Types::Entity.prepend ActiveGraph::Core::Entity Neo4j::Driver::Types::Node.prepend ActiveGraph::Core::Node Neo4j::Driver::Result.prepend ActiveGraph::Core::Result Neo4j::Driver::Record.prepend ActiveGraph::Core::Record
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
activegraph-11.4.0 | lib/active_graph/core.rb |
activegraph-11.3.1 | lib/active_graph/core.rb |
activegraph-11.3.0 | lib/active_graph/core.rb |
activegraph-11.2.0 | lib/active_graph/core.rb |