Class: OrderReporting::RecurringReportJob

Inherits:
Struct
  • Object
show all
Defined in:
app/jobs/order_reporting/recurring_report_delayed_job.rb

Direct Known Subclasses

RecurringReportDelayedJob

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 2

def options
  @options
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



2
3
4
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 2

def report
  @report
end

#schedulerObject

Returns the value of attribute scheduler

Returns:

  • (Object)

    the current value of scheduler



2
3
4
# File 'app/jobs/order_reporting/recurring_report_delayed_job.rb', line 2

def scheduler
  @scheduler
end