Class: PopulateRealogyEntityJob

Inherits:
ApplicationJob show all
Defined in:
lib/realogy/app/jobs/populate_realogy_entity_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(hash) ⇒ Object



4
5
6
# File 'lib/realogy/app/jobs/populate_realogy_entity_job.rb', line 4

def perform(hash)
  hash['class'].constantize::triage(hash)
end