Class: FedexWebServices::Soap::Ship::CompletedHoldAtLocationDetail

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

Overview

http://fedex.com/ws/ship/v12CompletedHoldAtLocationDetail holdingLocation - FedexWebServices::Soap::Ship::ContactAndAddress holdingLocationType - FedexWebServices::Soap::Ship::FedExLocationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(holdingLocation = nil, holdingLocationType = nil) ⇒ CompletedHoldAtLocationDetail

Returns a new instance of CompletedHoldAtLocationDetail.



455
456
457
458
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 455

def initialize(holdingLocation = nil, holdingLocationType = nil)
  @holdingLocation = holdingLocation
  @holdingLocationType = holdingLocationType
end

Instance Attribute Details

#holdingLocation ⇒ Object

Returns the value of attribute holdingLocation.



452
453
454
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 452

def holdingLocation
  @holdingLocation
end

#holdingLocationType ⇒ Object

Returns the value of attribute holdingLocationType.



453
454
455
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 453

def holdingLocationType
  @holdingLocationType
end