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