Sha256: 9a8ce373dc439d252d1bbaea4d75b883140f420fb6d2b032667438e79fbf1adb
Contents?: true
Size: 359 Bytes
Versions: 21
Compression:
Stored size: 359 Bytes
Contents
module Actions module Candlepin module Owner class ImportProducts < Candlepin::Abstract input_format do param :organization_id end def run organization = ::Organization.find(input[:organization_id]) organization.redhat_provider.import_products_from_cp end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems