Sha256: 70bc6d3c5a1ba5d0efce4a6ab5ced0b9d284478a15c0ec1ec3e47ea7bdfc3e9e

Contents?: true

Size: 414 Bytes

Versions: 61

Compression:

Stored size: 414 Bytes

Contents

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

        def run
          ::Katello::Pulp3::ContentViewVersion::Import.new(smart_proxy: smart_proxy).destroy_importer(input[:importer_data][:pulp_href])
        end
      end
    end
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
katello-4.0.3 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.2.0.1.rc3 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-3.18.5 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.2.0.1.rc2 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.2.0.rc2 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.3 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.2.0.rc1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.0.2.1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.2.1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.0.2 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.2 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-3.18.4 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.0 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.0.1.2 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-3.18.3.1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.0.rc2.2 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.1.0.rc2.1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-4.0.1.1 app/lib/actions/pulp3/content_view_version/destroy_importer.rb
katello-3.18.3 app/lib/actions/pulp3/content_view_version/destroy_importer.rb