Sha256: b06712b46d9de0c2f1560854050961c2294d358bc0a243ff20468ea758c365e9
Contents?: true
Size: 340 Bytes
Versions: 60
Compression:
Stored size: 340 Bytes
Contents
module Actions module Pulp module Repository class RemoveFile < Pulp::Repository::AbstractRemoveContent def content_extension pulp_extensions.file end def criteria super.merge(fields: { :unit => ::Katello::Pulp::FileUnit::PULP_SELECT_FIELDS}) end end end end end
Version data entries
60 entries across 60 versions & 1 rubygems