class FedexWebServices::Soap::Ship::CompletedHoldAtLocationDetail

{fedex.com/ws/ship/v12}CompletedHoldAtLocationDetail

holdingLocation - FedexWebServices::Soap::Ship::ContactAndAddress
holdingLocationType - FedexWebServices::Soap::Ship::FedExLocationType

Attributes

holdingLocation[RW]
holdingLocationType[RW]

Public Class Methods

new(holdingLocation = nil, holdingLocationType = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 455
def initialize(holdingLocation = nil, holdingLocationType = nil)
  @holdingLocation = holdingLocation
  @holdingLocationType = holdingLocationType
end