Sha256: 0c2286093d7879c3ed2122fa075890924884a16caf33a8078ce30d7e3e9e0e51
Contents?: true
Size: 440 Bytes
Versions: 31
Compression:
Stored size: 440 Bytes
Contents
module Actions module Pulp3 module ContentViewVersion class DestroyExporter < Pulp3::AbstractAsyncTask input_format do param :smart_proxy_id, Integer param :exporter_data, Hash end def invoke_external_task ::Katello::Pulp3::ContentViewVersion::Export.new(smart_proxy: smart_proxy).destroy_exporter(input[:exporter_data][:pulp_href]) end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems