Class: Actions::Candlepin::Owner::AutoAttach

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



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