Class: FedexWebServices::Soap::Rate::HoldAtLocationDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#locationContactAndAddressObject

Returns the value of attribute locationContactAndAddress.



1511
1512
1513
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1511

def locationContactAndAddress
  @locationContactAndAddress
end

#locationIdObject

Returns the value of attribute locationId.



1513
1514
1515
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1513

def locationId
  @locationId
end

#locationNumberObject

Returns the value of attribute locationNumber.



1514
1515
1516
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1514

def locationNumber
  @locationNumber
end

#locationTypeObject

Returns the value of attribute locationType.



1512
1513
1514
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1512

def locationType
  @locationType
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



1510
1511
1512
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1510

def phoneNumber
  @phoneNumber
end