Sha256: d038d388416e4ebf4d9d1c3219b38c4519de15624665326d286abc9959ced4b4

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

module ActiveGraph
  module Core
    module Entity
      def neo_id
        element_id
      end

      def properties
        @properties ||= super
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activegraph-12.0.0.beta.5 lib/active_graph/core/entity.rb
activegraph-12.0.0.beta.4 lib/active_graph/core/entity.rb
activegraph-12.0.0.beta.3 lib/active_graph/core/entity.rb
activegraph-12.0.0.beta.2 lib/active_graph/core/entity.rb
activegraph-12.0.0.beta.1 lib/active_graph/core/entity.rb