Sha256: 1be38a85f8d26c7c5a768c0837be7dd644b7e95881a7f65f29613785f92b4656

Contents?: true

Size: 190 Bytes

Versions: 30

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

module ActiveGraph
  module Core
    module Node
      def neo_id
        id
      end

      def labels
        @labels ||= super
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
activegraph-11.5.0.beta.3 lib/active_graph/core/node.rb
activegraph-11.5.0.beta.2 lib/active_graph/core/node.rb
activegraph-11.5.0.beta.1 lib/active_graph/core/node.rb
activegraph-11.5.0.alpha.1 lib/active_graph/core/node.rb
activegraph-11.4.0 lib/active_graph/core/node.rb
activegraph-11.3.1 lib/active_graph/core/node.rb
activegraph-11.3.0 lib/active_graph/core/node.rb
activegraph-11.2.0 lib/active_graph/core/node.rb
activegraph-11.1.0 lib/active_graph/core/node.rb
activegraph-11.1.0.beta.1 lib/active_graph/core/node.rb
activegraph-11.1.0.alpha.4 lib/active_graph/core/node.rb
activegraph-11.1.0.alpha.3 lib/active_graph/core/node.rb
activegraph-11.1.0.alpha.2 lib/active_graph/core/node.rb
activegraph-11.1.0.alpha.1 lib/active_graph/core/node.rb
activegraph-10.2.0.beta.1 lib/active_graph/core/node.rb
activegraph-11.0.2-java lib/active_graph/core/node.rb
activegraph-10.1.1 lib/active_graph/core/node.rb
activegraph-11.0.1-java lib/active_graph/core/node.rb
activegraph-11.0.0-java lib/active_graph/core/node.rb
activegraph-10.1.0 lib/active_graph/core/node.rb