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