Sha256: 42c3ecf91ec8942a0cb01a980f0d59546acc4760ad06d65214331176197d6959

Contents?: true

Size: 270 Bytes

Versions: 20

Compression:

Stored size: 270 Bytes

Contents

module Actions
  module Pulp
    module Consumer
      class Destroy < Pulp::Abstract
        input_format do
          param :uuid, String
        end

        def run
          pulp_extensions.consumer.delete(self.input[:uuid])
        end
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
katello-3.1.0.rc2.1 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.2 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.5 app/lib/actions/pulp/consumer/destroy.rb
katello-3.1.0.rc1 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.1 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.4 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.3 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0.rc7 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0.rc5 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.2 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0.rc4 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0.rc3 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0.rc2 app/lib/actions/pulp/consumer/destroy.rb
katello-3.0.0.rc1 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.1 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.0 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.0.rc3 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.0.rc2 app/lib/actions/pulp/consumer/destroy.rb
katello-2.4.0.rc1 app/lib/actions/pulp/consumer/destroy.rb