Sha256: 295e8f1e099a624ea951af239c70def41f7ab906bcf58368d1a00eaa3fb3f654

Contents?: true

Size: 301 Bytes

Versions: 88

Compression:

Stored size: 301 Bytes

Contents

module Actions
  module Candlepin
    module Owner
      class Destroy < Candlepin::Abstract
        input_format do
          param :label
        end

        def run
          output[:response] = ::Katello::Resources::Candlepin::Owner.destroy(input[:label])
        end
      end
    end
  end
end

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
katello-3.12.3 app/lib/actions/candlepin/owner/destroy.rb
katello-3.12.2 app/lib/actions/candlepin/owner/destroy.rb
katello-3.12.1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.11.2 app/lib/actions/candlepin/owner/destroy.rb
katello-3.10.2 app/lib/actions/candlepin/owner/destroy.rb
katello-3.12.0 app/lib/actions/candlepin/owner/destroy.rb
katello-3.12.0.rc2 app/lib/actions/candlepin/owner/destroy.rb
katello-3.10.1.1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.12.0.rc1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.10.1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.11.1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.11.0 app/lib/actions/candlepin/owner/destroy.rb
katello-3.11.0.rc2 app/lib/actions/candlepin/owner/destroy.rb
katello-3.11.0.rc1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.10.0 app/lib/actions/candlepin/owner/destroy.rb
katello-3.10.0.rc1.1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.9.1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.10.0.rc1 app/lib/actions/candlepin/owner/destroy.rb
katello-3.9.0 app/lib/actions/candlepin/owner/destroy.rb
katello-3.8.1 app/lib/actions/candlepin/owner/destroy.rb