Class: Prospector::Background::NotifyWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Worker
Defined in:
lib/prospector/background/notify_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



5
6
7
# File 'lib/prospector/background/notify_worker.rb', line 5

def perform
  Prospector.notify!
end