Method: MailFetcher::GmailMessage#plain_text_body
- Defined in:
- lib/mail_fetcher/gmail_message.rb
#plain_text_body ⇒ Object
8 9 10 |
# File 'lib/mail_fetcher/gmail_message.rb', line 8 def plain_text_body find_part_by_content_type(CONTENT_TYPE_PLAIN).body.decoded end |