Class: Maintenance::PackingMaintenance

Inherits:
BaseService show all
Defined in:
app/services/maintenance/packing_maintenance.rb

Overview

Service object: packing maintenance.

Instance Attribute Summary

Attributes inherited from BaseService

#options

Instance Method Summary collapse

Methods inherited from BaseService

#initialize, #log_debug, #log_error, #log_info, #log_warning, #logger, #tagged_logger

Constructor Details

This class inherits a constructor from BaseService

Instance Method Details

#processObject



4
5
6
7
8
9
# File 'app/services/maintenance/packing_maintenance.rb', line 4

def process
  PaperTrail.request(whodunnit: 'Maintenance::PackingMaintenance') do
    backfill_relevant_md5
    backfill_empty_packdim_contents
  end
end