Class: OrderReporting::RecurringReportDelayedJob
- Inherits:
-
RecurringReportJob
- Object
- Struct
- RecurringReportJob
- OrderReporting::RecurringReportDelayedJob
- Defined in:
- app/jobs/order_reporting/recurring_report_delayed_job.rb
Instance Attribute Summary
Attributes inherited from RecurringReportJob
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
5 6 7 8 9 |
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 5 def perform report.send_report ensure scheduler.schedule(report, ) end |