Sha256: 48135d798a627e6f4227219838f51d309f8415633c6b8d0fefa2e8cdc82f4304
Contents?: true
Size: 429 Bytes
Versions: 216
Compression:
Stored size: 429 Bytes
Contents
module Actions module Candlepin module Product class ContentRemove < Candlepin::Abstract input_format do param :product_id param :content_id param :owner end def run output[:response] = ::Katello::Resources::Candlepin::Product. remove_content(input[:owner], input[:product_id], input[:content_id]) end end end end end
Version data entries
216 entries across 216 versions & 1 rubygems