Class: Net::IMAP::Address
- Inherits:
-
Object
- Object
- Net::IMAP::Address
- Defined in:
- lib/gmail.rb
Overview
helper extension for getting email address
Instance Method Summary collapse
Instance Method Details
#email ⇒ Object
92 93 94 |
# File 'lib/gmail.rb', line 92 def email "#{mailbox}@#{host}" end |