Class: Actions::Candlepin::Owner::AutoAttach
- Inherits:
-
AbstractAsyncTask
- Object
- Base
- Abstract
- AbstractAsyncTask
- Actions::Candlepin::Owner::AutoAttach
- Defined in:
- app/lib/actions/candlepin/owner/auto_attach.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/auto_attach.rb', line 9 def invoke_external_task ::Katello::Resources::Candlepin::Owner.auto_attach(input[:label]) end |