Class: Nuntius::InboundMessage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Nuntius::InboundMessage
- Defined in:
- app/models/nuntius/inbound_message.rb
Instance Method Summary collapse
Instance Method Details
#mail ⇒ Object
8 9 10 |
# File 'app/models/nuntius/inbound_message.rb', line 8 def mail @mail ||= Mail.from_source(source) end |
#source ⇒ Object
12 13 14 |
# File 'app/models/nuntius/inbound_message.rb', line 12 def source @source ||= .download end |