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