Method: PostageApp::Request#body

Defined in:
lib/postageapp/mailer.rb

#bodyObject



47
48
49
50
# File 'lib/postageapp/mailer.rb', line 47

def body
  out = self.arguments_to_send.dig('arguments', 'content')
  out.is_a?(Hash) ? out.values.join("\n\n") : out.to_s
end