instance method
processed?
Ruby on Rails 6.0.6
Since v6.0.6Signature
processed?()
No documentation comment.
Source
# File actionmailbox/app/models/action_mailbox/inbound_email.rb, line 43
def processed?
delivered? || failed? || bounced?
end
Defined in actionmailbox/app/models/action_mailbox/inbound_email.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::InboundEmail