class FedexWebServices::Soap::Ship::HoldAtLocationDetail

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

phoneNumber - SOAP::SOAPString
locationContactAndAddress - FedexWebServices::Soap::Ship::ContactAndAddress
locationType - FedexWebServices::Soap::Ship::FedExLocationType

Attributes

locationContactAndAddress[RW]
locationType[RW]
phoneNumber[RW]

Public Class Methods

new(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil) click to toggle source
# 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