Class: RIMS::RFC822::Parse::Address

Inherits:
Struct
  • Object
show all
Defined in:
lib/rims/rfc822.rb,
lib/rims/rfc822.rb

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameObject Also known as: name

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



211
212
213
# File 'lib/rims/rfc822.rb', line 211

def display_name
  @display_name
end

#domainObject Also known as: host

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



211
212
213
# File 'lib/rims/rfc822.rb', line 211

def domain
  @domain
end

#local_partObject Also known as: mailbox

Returns the value of attribute local_part

Returns:

  • (Object)

    the current value of local_part



211
212
213
# File 'lib/rims/rfc822.rb', line 211

def local_part
  @local_part
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



211
212
213
# File 'lib/rims/rfc822.rb', line 211

def route
  @route
end