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