Class: FedexWebServices::Soap::Rate::HoldAtLocationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::HoldAtLocationDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13HoldAtLocationDetail
phoneNumber - SOAP::SOAPString
locationContactAndAddress - FedexWebServices::Soap::Rate::ContactAndAddress
locationType - FedexWebServices::Soap::Rate::FedExLocationType
locationId - SOAP::SOAPString
locationNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#locationContactAndAddress ⇒ Object
Returns the value of attribute locationContactAndAddress.
-
#locationId ⇒ Object
Returns the value of attribute locationId.
-
#locationNumber ⇒ Object
Returns the value of attribute locationNumber.
-
#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, locationId = nil, locationNumber = nil) ⇒ HoldAtLocationDetail
constructor
A new instance of HoldAtLocationDetail.
Constructor Details
#initialize(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil, locationId = nil, locationNumber = nil) ⇒ HoldAtLocationDetail
Returns a new instance of HoldAtLocationDetail.
1516 1517 1518 1519 1520 1521 1522 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1516 def initialize(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil, locationId = nil, locationNumber = nil) @phoneNumber = phoneNumber @locationContactAndAddress = locationContactAndAddress @locationType = locationType @locationId = locationId @locationNumber = locationNumber end |
Instance Attribute Details
#locationContactAndAddress ⇒ Object
Returns the value of attribute locationContactAndAddress.
1511 1512 1513 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1511 def locationContactAndAddress @locationContactAndAddress end |
#locationId ⇒ Object
Returns the value of attribute locationId.
1513 1514 1515 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1513 def locationId @locationId end |
#locationNumber ⇒ Object
Returns the value of attribute locationNumber.
1514 1515 1516 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1514 def locationNumber @locationNumber end |
#locationType ⇒ Object
Returns the value of attribute locationType.
1512 1513 1514 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1512 def locationType @locationType end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
1510 1511 1512 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1510 def phoneNumber @phoneNumber end |