Class: FedexWebServices::Soap::Close::CloseSmartPostDetail

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

Overview

http://fedex.com/ws/close/v4CloseSmartPostDetail

hubId - SOAP::SOAPString
customerId - SOAP::SOAPString
customerManifestId - SOAP::SOAPString
destinationCountryCode - SOAP::SOAPString
pickupCarrier - FedexWebServices::Soap::Close::CarrierCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hubId = nil, customerId = nil, customerManifestId = nil, destinationCountryCode = nil, pickupCarrier = nil) ⇒ CloseSmartPostDetail

Returns a new instance of CloseSmartPostDetail.



125
126
127
128
129
130
131
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 125

def initialize(hubId = nil, customerId = nil, customerManifestId = nil, destinationCountryCode = nil, pickupCarrier = nil)
  @hubId = hubId
  @customerId = customerId
  @customerManifestId = customerManifestId
  @destinationCountryCode = destinationCountryCode
  @pickupCarrier = pickupCarrier
end

Instance Attribute Details

#customerIdObject

Returns the value of attribute customerId.



120
121
122
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 120

def customerId
  @customerId
end

#customerManifestIdObject

Returns the value of attribute customerManifestId.



121
122
123
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 121

def customerManifestId
  @customerManifestId
end

#destinationCountryCodeObject

Returns the value of attribute destinationCountryCode.



122
123
124
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 122

def destinationCountryCode
  @destinationCountryCode
end

#hubIdObject

Returns the value of attribute hubId.



119
120
121
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 119

def hubId
  @hubId
end

#pickupCarrierObject

Returns the value of attribute pickupCarrier.



123
124
125
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 123

def pickupCarrier
  @pickupCarrier
end