Class: Ddr::Jobs::FixityCheck

Inherits:
Object
  • Object
show all
Extended by:
Job
Defined in:
lib/ddr/jobs/fixity_check.rb

Class Method Summary collapse

Methods included from Job

extended

Class Method Details

.perform(id) ⇒ Object



7
8
9
10
# File 'lib/ddr/jobs/fixity_check.rb', line 7

def self.perform(id)
  obj = ActiveFedora::Base.find(id)
  obj.check_fixity
end