Class: MailHatchJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/mail_hatch_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(mail_hatch, method_name, args) ⇒ Object



4
5
6
# File 'lib/mail_hatch_job.rb', line 4

def perform(mail_hatch, method_name, args)
  mail_hatch.send(method_name, args)
end