Sha256: d6bac5eff76d91daf14a770bd7865e3a62d5ac09cf02f963576c77a8666e0cbd

Contents?: true

Size: 315 Bytes

Versions: 9

Compression:

Stored size: 315 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class Destroy < Pulp::AbstractAsyncTask
        input_format do
          param :pulp_id
        end

        def invoke_external_task
          output[:pulp_tasks] = pulp_extensions.repository.delete(input[:pulp_id])
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.4 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.3 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.2 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.1 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.0 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.0.rc3 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.0.rc2 app/lib/actions/pulp/repository/destroy.rb
katello-2.4.0.rc1 app/lib/actions/pulp/repository/destroy.rb