Module: Zeridion::Flare::RecurringJob::InstanceShape
- Defined in:
- lib/zeridion_flare/worker/recurring_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(_ctx) ⇒ Object
75 76 77 |
# File 'lib/zeridion_flare/worker/recurring_job.rb', line 75 def perform(_ctx) raise NotImplementedError, "#{self.class.name} must implement #perform(ctx)" end |