Class: Actions::Candlepin::Owner::UpstreamUpdate
- Defined in:
- app/lib/actions/candlepin/owner/upstream_update.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
10 11 12 13 |
# File 'app/lib/actions/candlepin/owner/upstream_update.rb', line 10 def run organization = ::Organization.find(input[:organization_id]) output[:response] = organization.redhat_provider.owner_upstream_update(input[:upstream], {}) end |