Class: FedexWebServices::Soap::Ship::HoldAtLocationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HoldAtLocationDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HoldAtLocationDetail
phoneNumber - SOAP::SOAPString
locationContactAndAddress - FedexWebServices::Soap::Ship::ContactAndAddress
locationType - FedexWebServices::Soap::Ship::FedExLocationType
Instance Attribute Summary collapse
-
#locationContactAndAddress ⇒ Object
Returns the value of attribute locationContactAndAddress.
-
#locationType ⇒ Object
Returns the value of attribute locationType.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
Instance Method Summary collapse
-
#initialize(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil) ⇒ HoldAtLocationDetail
constructor
A new instance of HoldAtLocationDetail.
Constructor Details
#initialize(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil) ⇒ HoldAtLocationDetail
Returns a new instance of HoldAtLocationDetail.
1813 1814 1815 1816 1817 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1813 def initialize(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil) @phoneNumber = phoneNumber @locationContactAndAddress = locationContactAndAddress @locationType = locationType end |
Instance Attribute Details
#locationContactAndAddress ⇒ Object
Returns the value of attribute locationContactAndAddress.
1810 1811 1812 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1810 def locationContactAndAddress @locationContactAndAddress end |
#locationType ⇒ Object
Returns the value of attribute locationType.
1811 1812 1813 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1811 def locationType @locationType end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
1809 1810 1811 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1809 def phoneNumber @phoneNumber end |