Sha256: 00513faf98bad39048a6c0cfb4abbe0f7eb6256e8c8eb991d0f4b367589e1c9c

Contents?: true

Size: 295 Bytes

Versions: 169

Compression:

Stored size: 295 Bytes

Contents

module Actions
  module Candlepin
    module Environment
      class Destroy < Candlepin::Abstract
        input_format do
          params :cp_id
        end

        def run
          ::Katello::Resources::Candlepin::Environment.destroy(input['cp_id'])
        end
      end
    end
  end
end

Version data entries

169 entries across 169 versions & 1 rubygems

Version Path
katello-4.1.4 app/lib/actions/candlepin/environment/destroy.rb
katello-4.0.3 app/lib/actions/candlepin/environment/destroy.rb
katello-3.18.5 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.3 app/lib/actions/candlepin/environment/destroy.rb
katello-4.0.2.1 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.2.1 app/lib/actions/candlepin/environment/destroy.rb
katello-4.0.2 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.2 app/lib/actions/candlepin/environment/destroy.rb
katello-3.18.4 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.1 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.0 app/lib/actions/candlepin/environment/destroy.rb
katello-4.0.1.2 app/lib/actions/candlepin/environment/destroy.rb
katello-3.18.3.1 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.0.rc2.2 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.0.rc2.1 app/lib/actions/candlepin/environment/destroy.rb
katello-4.0.1.1 app/lib/actions/candlepin/environment/destroy.rb
katello-3.18.3 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.0.rc2 app/lib/actions/candlepin/environment/destroy.rb
katello-4.0.1 app/lib/actions/candlepin/environment/destroy.rb
katello-4.1.0.rc1.1 app/lib/actions/candlepin/environment/destroy.rb