class CDMDEXER::DefaultCdmNotification

An example callback

Public Class Methods

call!(collection, id, endpoint) click to toggle source
# 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