Class: Actions::Candlepin::Owner::RefreshSubscriptions
- Inherits:
-
AbstractAsyncTask
- Object
- Base
- Abstract
- AbstractAsyncTask
- Actions::Candlepin::Owner::RefreshSubscriptions
- Defined in:
- app/lib/actions/candlepin/owner/refresh_subscriptions.rb
Instance Method Summary collapse
Methods inherited from AbstractAsyncTask
#done?, #humanized_state, #run
Instance Method Details
#invoke_external_task ⇒ Object
9 10 11 |
# File 'app/lib/actions/candlepin/owner/refresh_subscriptions.rb', line 9 def invoke_external_task ::Katello::Resources::Candlepin::Subscription.refresh_for_owner(input[:label]) end |