Class: DumpCleaner::Cleanup::CleaningSteps::InspectContext

Inherits:
Base
  • Object
show all
Includes:
Inspection
Defined in:
lib/dump_cleaner/cleanup/cleaning_steps/inspect_context.rb

Instance Attribute Summary

Attributes inherited from Base

#step_context

Instance Method Summary collapse

Methods included from Inspection

#inspect_step_context, #subset, #truncate

Methods inherited from Base

#crc32, #initialize, #raise_params_error

Constructor Details

This class inherits a constructor from DumpCleaner::Cleanup::CleaningSteps::Base

Instance Method Details

#runObject



9
10
11
12
# File 'lib/dump_cleaner/cleanup/cleaning_steps/inspect_context.rb', line 9

def run
  inspect_step_context(step_context)
  step_context
end