Sha256: 52807f90a54295ac59004a0f992543246ee2d9ab950f77cbdca8423dfbbeb6ae

Contents?: true

Size: 414 Bytes

Versions: 36

Compression:

Stored size: 414 Bytes

Contents

module Actions
  module Pulp3
    module ContentViewVersion
      class DestroyExporter < Pulp3::Abstract
        input_format do
          param :smart_proxy_id, Integer
          param :exporter_data, Hash
        end

        def run
          ::Katello::Pulp3::ContentViewVersion::Export.new(smart_proxy: smart_proxy).destroy_exporter(input[:exporter_data][:pulp_href])
        end
      end
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
katello-4.0.3 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-3.18.5 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.2.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-3.18.4 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.0 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.1.2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-3.18.3.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.0.rc2.2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.0.rc2.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.1.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-3.18.3 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.0.rc2 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.0.rc1.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.1.0.rc1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.0 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.0.rc3.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-4.0.0.rc3 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb
katello-3.18.2.1 app/lib/actions/pulp3/content_view_version/destroy_exporter.rb