class FedexWebServices::Soap::Rate::HoldAtLocationDetail

{fedex.com/ws/rate/v13}HoldAtLocationDetail

phoneNumber - SOAP::SOAPString
locationContactAndAddress - FedexWebServices::Soap::Rate::ContactAndAddress
locationType - FedexWebServices::Soap::Rate::FedExLocationType
locationId - SOAP::SOAPString
locationNumber - SOAP::SOAPInt

Attributes

locationContactAndAddress[RW]
locationId[RW]
locationNumber[RW]
locationType[RW]
phoneNumber[RW]

Public Class Methods

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