Sha256: 2ae92db4e411ed7e986ef90bd2e72f3db352a8ef1ecca2640de1dad77f92bfc7
Contents?: true
Size: 520 Bytes
Versions: 46
Compression:
Stored size: 520 Bytes
Contents
module Actions module Candlepin module Product class CreateUnlimitedSubscription < Candlepin::Abstract input_format do param :owner_key, String param :product_id, String end def run output[:response] = ::Katello::Resources::Candlepin::Product.create_unlimited_subscription(input[:owner_key], input[:product_id]) end end end end end
Version data entries
46 entries across 46 versions & 1 rubygems