Class: StudyReportJob
- Inherits:
-
Struct
- Object
- Struct
- StudyReportJob
- Defined in:
- app/jobs/study_report_job.rb
Overview
Generate a study report. Largely replaced by QcReport
Instance Attribute Summary collapse
-
#study_report_id ⇒ Object
Returns the value of attribute study_report_id.
Instance Method Summary collapse
Instance Attribute Details
#study_report_id ⇒ Object
Returns the value of attribute study_report_id
3 4 5 |
# File 'app/jobs/study_report_job.rb', line 3 def study_report_id @study_report_id end |
Instance Method Details
#perform ⇒ Object
5 6 7 |
# File 'app/jobs/study_report_job.rb', line 5 def perform StudyReport.find(study_report_id).perform end |