Class: Dhl::Intraship::CompanyAddress

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

Direct Known Subclasses

PackstationAddress

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

#companyObject

Returns the value of attribute company.



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

def company
  @company
end