Class: Mail::Parsers::AddressStruct
- Defined in:
- lib/mail/parsers.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#error ⇒ Object
Returns the value of attribute error.
-
#group ⇒ Object
Returns the value of attribute group.
-
#local ⇒ Object
Returns the value of attribute local.
-
#obs_domain_list ⇒ Object
Returns the value of attribute obs_domain_list.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def comments @comments end |
#display_name ⇒ Object
Returns the value of attribute display_name
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def display_name @display_name end |
#domain ⇒ Object
Returns the value of attribute domain
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def domain @domain end |
#error ⇒ Object
Returns the value of attribute error
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def error @error end |
#group ⇒ Object
Returns the value of attribute group
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def group @group end |
#local ⇒ Object
Returns the value of attribute local
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def local @local end |
#obs_domain_list ⇒ Object
Returns the value of attribute obs_domain_list
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def obs_domain_list @obs_domain_list end |
#raw ⇒ Object
Returns the value of attribute raw
8 9 10 |
# File 'lib/mail/parsers.rb', line 8 def raw @raw end |