Sha256: 9315c8da07714af088540bc2a719c99fc0c3029ab3612709234a93604e6ff7ad
Contents?: true
Size: 210 Bytes
Versions: 11
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true module Bulkrax class DeleteAndImportCollectionJob < DeleteAndImportJob DELETE_CLASS = Bulkrax::DeleteCollectionJob IMPORT_CLASS = Bulkrax::ImportCollectionJob end end
Version data entries
11 entries across 11 versions & 1 rubygems