Class: CDMDEXER::DefaultCdmNotification

Inherits:
Object
  • Object
show all
Defined in:
lib/cdmdexer/default_cdm_notification.rb

Overview

An example callback

Class Method Summary collapse

Class Method Details

.call!(collection, id, endpoint) ⇒ Object



4
5
6
# File 'lib/cdmdexer/default_cdm_notification.rb', line 4

def self.call!(collection, id, endpoint)
  puts "A CONTENTdm API request notification: #{endpoint} #{collection}:#{id}"
end