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