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