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
6 7 8 |
# File 'app/models/nuntius/inbound_message.rb', line 6 def mail @mail ||= Mail.from_source(source) end |
#source ⇒ Object
10 11 12 |
# File 'app/models/nuntius/inbound_message.rb', line 10 def source @source ||= .download end |