Sha256: e7f44b99d32344d90c8cb9ad59a6be29b8b728bd87c35031acefbb8abf1be70a

Contents?: true

Size: 285 Bytes

Versions: 9

Compression:

Stored size: 285 Bytes

Contents

module Actions
  module Candlepin
    module Consumer
      class Destroy < Candlepin::Abstract
        input_format do
          param :uuid
        end

        def run
          ::Katello::Resources::Candlepin::Consumer.destroy(input[:uuid])
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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