Class: Dhl::Intraship::PersonAddress

Inherits:
Address
  • Object
show all
Defined in:
lib/dhl-intraship/person_address.rb

Instance Attribute Summary collapse

Attributes inherited from Address

#city, #contact_person, #country_code, #email, #house_number, #phone, #street, #street_additional, #zip

Method Summary

Methods inherited from Address

#append_to_xml, #company?, #initialize

Constructor Details

This class inherits a constructor from Dhl::Intraship::Address

Instance Attribute Details

#firstnameObject

Returns the value of attribute firstname.



4
5
6
# File 'lib/dhl-intraship/person_address.rb', line 4

def firstname
  @firstname
end

#lastnameObject

Returns the value of attribute lastname.



4
5
6
# File 'lib/dhl-intraship/person_address.rb', line 4

def lastname
  @lastname
end

#salutationObject

Returns the value of attribute salutation.



4
5
6
# File 'lib/dhl-intraship/person_address.rb', line 4

def salutation
  @salutation
end