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.5.0.beta.3 lib/active_graph/core/entity.rb
activegraph-11.5.0.beta.2 lib/active_graph/core/entity.rb
activegraph-11.5.0.beta.1 lib/active_graph/core/entity.rb
activegraph-11.5.0.alpha.1 lib/active_graph/core/entity.rb
activegraph-11.4.0 lib/active_graph/core/entity.rb
activegraph-11.3.1 lib/active_graph/core/entity.rb
activegraph-11.3.0 lib/active_graph/core/entity.rb
activegraph-11.2.0 lib/active_graph/core/entity.rb
activegraph-11.1.0 lib/active_graph/core/entity.rb
activegraph-11.1.0.beta.1 lib/active_graph/core/entity.rb
activegraph-11.1.0.alpha.4 lib/active_graph/core/entity.rb
activegraph-11.1.0.alpha.3 lib/active_graph/core/entity.rb
activegraph-11.1.0.alpha.2 lib/active_graph/core/entity.rb
activegraph-11.1.0.alpha.1 lib/active_graph/core/entity.rb
activegraph-10.2.0.beta.1 lib/active_graph/core/entity.rb
activegraph-11.0.2-java lib/active_graph/core/entity.rb
activegraph-10.1.1 lib/active_graph/core/entity.rb
activegraph-11.0.1-java lib/active_graph/core/entity.rb
activegraph-11.0.0-java lib/active_graph/core/entity.rb
activegraph-10.1.0 lib/active_graph/core/entity.rb