class CDMDEXER::DefaultLoaderNotification
An example callback
Public Class Methods
call!(ingestables, deletables)
click to toggle source
# File lib/cdmdexer/default_loader_notification.rb, line 4 def self.call!(ingestables, deletables) puts "A CONTENTdm API request notification: Loading #{ingestables.length} records and deleting #{deletables.length}" end