Class: RIMS::RFC822::Parse::Address
- Inherits:
-
Struct
- Object
- Struct
- RIMS::RFC822::Parse::Address
- Defined in:
- lib/rims/rfc822.rb,
lib/rims/rfc822.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
(also: #name)
Returns the value of attribute display_name.
-
#domain ⇒ Object
(also: #host)
Returns the value of attribute domain.
-
#local_part ⇒ Object
(also: #mailbox)
Returns the value of attribute local_part.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Attribute Details
#display_name ⇒ Object Also known as: name
Returns the value of attribute display_name
211 212 213 |
# File 'lib/rims/rfc822.rb', line 211 def display_name @display_name end |
#domain ⇒ Object Also known as: host
Returns the value of attribute domain
211 212 213 |
# File 'lib/rims/rfc822.rb', line 211 def domain @domain end |
#local_part ⇒ Object Also known as: mailbox
Returns the value of attribute local_part
211 212 213 |
# File 'lib/rims/rfc822.rb', line 211 def local_part @local_part end |
#route ⇒ Object
Returns the value of attribute route
211 212 213 |
# File 'lib/rims/rfc822.rb', line 211 def route @route end |