Class: Actions::Candlepin::Owner::RefreshSubscriptions

Inherits:
AbstractAsyncTask show all
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_taskObject



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