Class: CDMDEXER::DefaultLoaderNotification
- Inherits:
-
Object
- Object
- CDMDEXER::DefaultLoaderNotification
- Defined in:
- lib/cdmdexer/default_loader_notification.rb
Overview
An example callback
Class Method Summary collapse
Class Method Details
.call!(ingestables, deletables) ⇒ Object
4 5 6 |
# 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 |