Module: Mail::RFC2822::AddrSpec0
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#domain ⇒ Object
1964 1965 1966 |
# File 'lib/mail/parsers/rfc2822.rb', line 1964 def domain elements[2] end |
#local_part ⇒ Object
1960 1961 1962 |
# File 'lib/mail/parsers/rfc2822.rb', line 1960 def local_part elements[0] end |