Class: Actions::Pulp::Repository::RemoveErrata

Inherits:
AbstractRemoveContent show all
Defined in:
app/lib/actions/pulp/repository/remove_errata.rb

Constant Summary

Constants inherited from AbstractAsyncTask

AbstractAsyncTask::FINISHED_STATES

Instance Method Summary collapse

Methods inherited from AbstractRemoveContent

#criteria, #external_task=, #invoke_external_task

Methods inherited from AbstractAsyncTask

#cancel, #cancel!, #done?, #external_task, #humanized_state, #rescue_external_task, #run

Methods inherited from Abstract

#pulp_extensions, #pulp_resources

Instance Method Details

#content_extensionObject



5
6
7
# File 'app/lib/actions/pulp/repository/remove_errata.rb', line 5

def content_extension
  pulp_extensions.errata
end