Method: Burst::Job#perform

Defined in:
lib/burst/job.rb

#performObject

execute this code by ActiveJob. You may return Burst::Job::SUSPEND to suspend job, or call suspend method



44
# File 'lib/burst/job.rb', line 44

def perform; end