Sha256: 4f2bd6e3e24465f9fe73740f6672e67f54bf6d877ac3b5b464179e3a55608ccd

Contents?: true

Size: 479 Bytes

Versions: 200

Compression:

Stored size: 479 Bytes

Contents

module Katello
  module Glue
    module Candlepin
      module Content
        extend ActiveSupport::Concern

        def modified_product_ids(org)
          @modified_product_cache ||= {}
          return @modified_product_cache[org.label] if @modified_product_cache[org.label]
          result = Resources::Candlepin::Content.get(org.label, self.cp_content_id)
          @modified_product_cache[org.label] = result['modifiedProductIds']
        end
      end
    end
  end
end

Version data entries

200 entries across 200 versions & 1 rubygems

Version Path
katello-4.16.0 app/models/katello/glue/candlepin/content.rb
katello-4.15.1 app/models/katello/glue/candlepin/content.rb
katello-4.16.0.rc2 app/models/katello/glue/candlepin/content.rb
katello-4.16.0.rc1 app/models/katello/glue/candlepin/content.rb
katello-4.14.3 app/models/katello/glue/candlepin/content.rb
katello-4.14.2 app/models/katello/glue/candlepin/content.rb
katello-4.15.0 app/models/katello/glue/candlepin/content.rb
katello-4.15.0.rc2 app/models/katello/glue/candlepin/content.rb
katello-4.15.0.rc1 app/models/katello/glue/candlepin/content.rb
katello-4.14.1 app/models/katello/glue/candlepin/content.rb
katello-4.14.0 app/models/katello/glue/candlepin/content.rb
katello-4.14.0.rc3 app/models/katello/glue/candlepin/content.rb
katello-4.14.0.rc2 app/models/katello/glue/candlepin/content.rb
katello-4.14.0.rc1.1 app/models/katello/glue/candlepin/content.rb
katello-4.14.0.rc1 app/models/katello/glue/candlepin/content.rb
katello-4.13.1 app/models/katello/glue/candlepin/content.rb
katello-4.13.0 app/models/katello/glue/candlepin/content.rb
katello-4.12.1 app/models/katello/glue/candlepin/content.rb
katello-4.13.0.rc1 app/models/katello/glue/candlepin/content.rb
katello-4.12.0 app/models/katello/glue/candlepin/content.rb