Sha256: 5e376e4adf1e44dc0f54d9b8a699d0e3342814b7ed74a71a86a748403274f81c

Contents?: true

Size: 343 Bytes

Versions: 209

Compression:

Stored size: 343 Bytes

Contents

module Actions
  module Candlepin
    module Product
      class Destroy < Candlepin::Abstract
        input_format do
          param :cp_id
          param :owner
        end

        def run
          output[:response] = ::Katello::Resources::Candlepin::Product.destroy(input[:owner], input[:cp_id])
        end
      end
    end
  end
end

Version data entries

209 entries across 209 versions & 1 rubygems

Version Path
katello-3.4.5 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.4 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.2 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.1 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.0.2 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.0.1 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.0 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.0.rc2 app/lib/actions/candlepin/product/destroy.rb
katello-3.4.0.rc1 app/lib/actions/candlepin/product/destroy.rb