Sha256: 35f089f7b9ea8b6291c184b6bd6510d9f16bf0354190126b8b5e23d863061c1f

Contents?: true

Size: 161 Bytes

Versions: 30

Compression:

Stored size: 161 Bytes

Contents

# frozen_string_literal: true

module ActiveGraph
  module Core
    module Entity
      def properties
        @properties ||= super
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
activegraph-11.0.0.beta.4-java lib/active_graph/core/entity.rb
activegraph-10.0.2 lib/active_graph/core/entity.rb
activegraph-11.0.0.beta.3-java lib/active_graph/core/entity.rb
activegraph-11.0.0.beta.2-java lib/active_graph/core/entity.rb
activegraph-11.0.0.beta.1-java lib/active_graph/core/entity.rb
activegraph-10.0.1 lib/active_graph/core/entity.rb
activegraph-10.0.0 lib/active_graph/core/entity.rb
activegraph-10.0.0.pre.beta.11 lib/active_graph/core/entity.rb
activegraph-10.0.0.pre.beta.10 lib/active_graph/core/entity.rb
activegraph-10.0.0.pre.beta.9 lib/active_graph/core/entity.rb