Method: Burst::Job#perform
- Defined in:
- lib/burst/job.rb
#perform ⇒ Object
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 |