Sha256: a38bce470d13a12c10467f3378e99b2c34cb17fc49a8cc590254941b8013d5b5
Contents?: true
Size: 494 Bytes
Versions: 50
Compression:
Stored size: 494 Bytes
Contents
module Actions module Candlepin module Owner class RetrieveUpstreamExport < Candlepin::Abstract input_format do param :organization_id param :path param :export_id end def run organization = ::Organization.find(input[:organization_id]) output[:response] = organization.redhat_provider.retrieve_owner_upstream_export(input[:upstream], input[:path], input[:export_id]) end end end end end
Version data entries
50 entries across 50 versions & 1 rubygems