Class: Loco::SenderJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/loco/sender_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(recipient, data) ⇒ Object



7
8
9
# File 'app/jobs/loco/sender_job.rb', line 7

def perform(recipient, data)
  Sender.(recipient, data)
end