instance method
perform
Ruby on Rails 7.2.3
Since v6.0.6Signature
perform(inbound_email)
No documentation comment.
Parameters
-
inbound_emailreq
Source
# File actionmailbox/app/jobs/action_mailbox/routing_job.rb, line 9
def perform(inbound_email)
inbound_email.route
end
Defined in actionmailbox/app/jobs/action_mailbox/routing_job.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::RoutingJob