Class: FedexWebServices::Soap::Ship::HoldAtLocationDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12HoldAtLocationDetail

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(phoneNumber = nil, locationContactAndAddress = nil, locationType = nil) ⇒ HoldAtLocationDetail

Returns a new instance of HoldAtLocationDetail.



1813
1814
1815
1816
1817
# 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

Instance Attribute Details

#locationContactAndAddressObject

Returns the value of attribute locationContactAndAddress.



1810
1811
1812
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1810

def locationContactAndAddress
  @locationContactAndAddress
end

#locationTypeObject

Returns the value of attribute locationType.



1811
1812
1813
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1811

def locationType
  @locationType
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



1809
1810
1811
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1809

def phoneNumber
  @phoneNumber
end