Module: Mail::RFC2822::AddrSpec0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#domain ⇒ Object
2060 2061 2062 |
# File 'lib/mail/parsers/rfc2822.rb', line 2060 def domain elements[2] end |
#local_part ⇒ Object
2056 2057 2058 |
# File 'lib/mail/parsers/rfc2822.rb', line 2056 def local_part elements[0] end |