Sha256: 50468c023e539e0c152ac2be530e92a1e561a5de3a78ae5bbf855ff469f1361e
Contents?: true
Size: 425 Bytes
Versions: 219
Compression:
Stored size: 425 Bytes
Contents
module Actions module Candlepin module Owner class UpstreamUpdate < Candlepin::Abstract input_format do param :organization_id param :upstream end def run organization = ::Organization.find(input[:organization_id]) output[:response] = organization.redhat_provider.owner_upstream_update(input[:upstream], {}) end end end end end
Version data entries
219 entries across 219 versions & 1 rubygems