Class: CDMDEXER::DefaultOaiNotification

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

Overview

An example callback

Class Method Summary collapse

Class Method Details

.call!(location) ⇒ Object



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

def self.call!(location)
  puts "An OAI callback task for #{location}"
end