Class: Renalware::HD::UpdateRollingPatientStatisticsJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/renalware/hd/update_rolling_patient_statistics_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(patient) ⇒ Object

:reek:UtilityFunction



15
16
17
# File 'app/jobs/renalware/hd/update_rolling_patient_statistics_job.rb', line 15

def perform(patient)
  UpdateRollingPatientStatistics.new(patient: patient).call
end