Method: Nuntius::InboundMessage#source

Defined in:
app/models/nuntius/inbound_message.rb

#sourceObject



12
13
14
# File 'app/models/nuntius/inbound_message.rb', line 12

def source
  @source ||= raw_message.download
end