Sha256: 07661e146caacc287496eeebf5491e24d3f3da18169758bf1741c16a39833d50
Contents?: true
Size: 461 Bytes
Versions: 174
Compression:
Stored size: 461 Bytes
Contents
module Actions module Candlepin module Owner class UpstreamExport < Candlepin::Abstract input_format do param :organization_id param :path param :upstream end def run organization = ::Organization.find(input[:organization_id]) output[:response] = organization.redhat_provider.owner_upstream_export(input[:upstream], input[:path], {}) end end end end end
Version data entries
174 entries across 174 versions & 1 rubygems