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
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def comments @comments end |
#display_name ⇒ Object
Returns the value of attribute display_name
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def display_name @display_name end |
#domain ⇒ Object
Returns the value of attribute domain
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def domain @domain end |
#error ⇒ Object
Returns the value of attribute error
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def error @error end |
#group ⇒ Object
Returns the value of attribute group
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def group @group end |
#local ⇒ Object
Returns the value of attribute local
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def local @local end |
#obs_domain_list ⇒ Object
Returns the value of attribute obs_domain_list
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def obs_domain_list @obs_domain_list end |
#raw ⇒ Object
Returns the value of attribute raw
14 15 16 |
# File 'lib/mail/parsers/address_lists_parser.rb', line 14 def raw @raw end |