Class: Com::AcmeJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/com/acme_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(acme_order) ⇒ Object



4
5
6
# File 'app/jobs/com/acme_job.rb', line 4

def perform(acme_order)
  acme_order.get_cert
end