Class: Mail::Parsers::AddressListsParser::AddressStruct
- Inherits:
-
Struct
- Object
- Struct
- Mail::Parsers::AddressListsParser::AddressStruct
- Defined in:
- lib/mail/parsers/address_lists_parser.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
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def comments @comments end |
#display_name ⇒ Object
Returns the value of attribute display_name
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def display_name @display_name end |
#domain ⇒ Object
Returns the value of attribute domain
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def domain @domain end |
#error ⇒ Object
Returns the value of attribute error
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def error @error end |
#group ⇒ Object
Returns the value of attribute group
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def group @group end |
#local ⇒ Object
Returns the value of attribute local
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def local @local end |
#obs_domain_list ⇒ Object
Returns the value of attribute obs_domain_list
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def obs_domain_list @obs_domain_list end |
#raw ⇒ Object
Returns the value of attribute raw
11 12 13 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 11 def raw @raw end |