Class: Prospector::Background::NotifyJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/prospector/background/notify_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



3
4
5
# File 'lib/prospector/background/notify_job.rb', line 3

def perform
  Prospector.notify!
end