Class: FedexWebServices::Soap::Close::CloseSmartPostDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::CloseSmartPostDetail
- 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
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#customerManifestId ⇒ Object
Returns the value of attribute customerManifestId.
-
#destinationCountryCode ⇒ Object
Returns the value of attribute destinationCountryCode.
-
#hubId ⇒ Object
Returns the value of attribute hubId.
-
#pickupCarrier ⇒ Object
Returns the value of attribute pickupCarrier.
Instance Method Summary collapse
-
#initialize(hubId = nil, customerId = nil, customerManifestId = nil, destinationCountryCode = nil, pickupCarrier = nil) ⇒ CloseSmartPostDetail
constructor
A new instance of CloseSmartPostDetail.
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
#customerId ⇒ Object
Returns the value of attribute customerId.
120 121 122 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 120 def customerId @customerId end |
#customerManifestId ⇒ Object
Returns the value of attribute customerManifestId.
121 122 123 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 121 def customerManifestId @customerManifestId end |
#destinationCountryCode ⇒ Object
Returns the value of attribute destinationCountryCode.
122 123 124 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 122 def destinationCountryCode @destinationCountryCode end |
#hubId ⇒ Object
Returns the value of attribute hubId.
119 120 121 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 119 def hubId @hubId end |
#pickupCarrier ⇒ Object
Returns the value of attribute pickupCarrier.
123 124 125 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 123 def pickupCarrier @pickupCarrier end |