Class: FedexWebServices::Soap::Ship::CompletedHoldAtLocationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedHoldAtLocationDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedHoldAtLocationDetail
holdingLocation - FedexWebServices::Soap::Ship::ContactAndAddress
holdingLocationType - FedexWebServices::Soap::Ship::FedExLocationType
Instance Attribute Summary collapse
-
#holdingLocation ⇒ Object
Returns the value of attribute holdingLocation.
-
#holdingLocationType ⇒ Object
Returns the value of attribute holdingLocationType.
Instance Method Summary collapse
-
#initialize(holdingLocation = nil, holdingLocationType = nil) ⇒ CompletedHoldAtLocationDetail
constructor
A new instance of CompletedHoldAtLocationDetail.
Constructor Details
#initialize(holdingLocation = nil, holdingLocationType = nil) ⇒ CompletedHoldAtLocationDetail
455 456 457 458 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 455 def initialize(holdingLocation = nil, holdingLocationType = nil) @holdingLocation = holdingLocation @holdingLocationType = holdingLocationType end |
Instance Attribute Details
#holdingLocation ⇒ Object
Returns the value of attribute holdingLocation.
452 453 454 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 452 def holdingLocation @holdingLocation end |
#holdingLocationType ⇒ Object
Returns the value of attribute holdingLocationType.
453 454 455 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 453 def holdingLocationType @holdingLocationType end |