Class: OrderReporting::RecurringReportJob
- Inherits:
-
Struct
- Object
- Struct
- OrderReporting::RecurringReportJob
- Defined in:
- app/jobs/order_reporting/recurring_report_delayed_job.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#report ⇒ Object
Returns the value of attribute report.
-
#scheduler ⇒ Object
Returns the value of attribute scheduler.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 2 def @options end |
#report ⇒ Object
Returns the value of attribute report
2 3 4 |
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 2 def report @report end |
#scheduler ⇒ Object
Returns the value of attribute scheduler
2 3 4 |
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 2 def scheduler @scheduler end |