instance method
mail
Ruby on Rails 8.1.2
Since v6.0.6Signature
mail()
No documentation comment.
Source
# File actionmailbox/app/models/action_mailbox/inbound_email.rb, line 33
def mail
@mail ||= Mail.from_source(source)
end
Defined in actionmailbox/app/models/action_mailbox/inbound_email.rb line 33
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::InboundEmail