Class: Actions::Candlepin::Owner::RetrieveUpstreamExport
- Defined in:
- app/lib/actions/candlepin/owner/retrieve_upstream_export.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
11 12 13 14 |
# File 'app/lib/actions/candlepin/owner/retrieve_upstream_export.rb', line 11 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 |