Class: FedexWebServices::Soap::Close::CloseWithDocumentsRequest
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::CloseWithDocumentsRequest
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4CloseWithDocumentsRequest
webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Close::ClientDetail
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
actionType - FedexWebServices::Soap::Close::CloseActionType
processingOptions - FedexWebServices::Soap::Close::CloseWithDocumentsProcessingOptionsRequested
carrierCode - FedexWebServices::Soap::Close::CarrierCodeType
shippingCycle - SOAP::SOAPString
reprintCloseDate - SOAP::SOAPDateTime
manifestReferenceDetail - FedexWebServices::Soap::Close::CloseManifestReferenceDetail
smartPostDetail - FedexWebServices::Soap::Close::CloseSmartPostDetail
closeDocumentSpecification - FedexWebServices::Soap::Close::CloseDocumentSpecification
Instance Attribute Summary collapse
-
#actionType ⇒ Object
Returns the value of attribute actionType.
-
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
-
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
-
#closeDocumentSpecification ⇒ Object
Returns the value of attribute closeDocumentSpecification.
-
#manifestReferenceDetail ⇒ Object
Returns the value of attribute manifestReferenceDetail.
-
#processingOptions ⇒ Object
Returns the value of attribute processingOptions.
-
#reprintCloseDate ⇒ Object
Returns the value of attribute reprintCloseDate.
-
#shippingCycle ⇒ Object
Returns the value of attribute shippingCycle.
-
#smartPostDetail ⇒ Object
Returns the value of attribute smartPostDetail.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
-
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
Instance Method Summary collapse
-
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, actionType = nil, processingOptions = nil, carrierCode = nil, shippingCycle = nil, reprintCloseDate = nil, manifestReferenceDetail = nil, smartPostDetail = nil, closeDocumentSpecification = nil) ⇒ CloseWithDocumentsRequest
constructor
A new instance of CloseWithDocumentsRequest.
Constructor Details
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, actionType = nil, processingOptions = nil, carrierCode = nil, shippingCycle = nil, reprintCloseDate = nil, manifestReferenceDetail = nil, smartPostDetail = nil, closeDocumentSpecification = nil) ⇒ CloseWithDocumentsRequest
Returns a new instance of CloseWithDocumentsRequest.
187 188 189 190 191 192 193 194 195 196 197 198 199 200 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 187 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, actionType = nil, processingOptions = nil, carrierCode = nil, shippingCycle = nil, reprintCloseDate = nil, manifestReferenceDetail = nil, smartPostDetail = nil, closeDocumentSpecification = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @actionType = actionType @processingOptions = processingOptions @carrierCode = carrierCode @shippingCycle = shippingCycle @reprintCloseDate = reprintCloseDate @manifestReferenceDetail = manifestReferenceDetail @smartPostDetail = smartPostDetail @closeDocumentSpecification = closeDocumentSpecification end |
Instance Attribute Details
#actionType ⇒ Object
Returns the value of attribute actionType.
178 179 180 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 178 def actionType @actionType end |
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
180 181 182 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 180 def carrierCode @carrierCode end |
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
175 176 177 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 175 def clientDetail @clientDetail end |
#closeDocumentSpecification ⇒ Object
Returns the value of attribute closeDocumentSpecification.
185 186 187 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 185 def closeDocumentSpecification @closeDocumentSpecification end |
#manifestReferenceDetail ⇒ Object
Returns the value of attribute manifestReferenceDetail.
183 184 185 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 183 def manifestReferenceDetail @manifestReferenceDetail end |
#processingOptions ⇒ Object
Returns the value of attribute processingOptions.
179 180 181 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 179 def processingOptions @processingOptions end |
#reprintCloseDate ⇒ Object
Returns the value of attribute reprintCloseDate.
182 183 184 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 182 def reprintCloseDate @reprintCloseDate end |
#shippingCycle ⇒ Object
Returns the value of attribute shippingCycle.
181 182 183 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 181 def shippingCycle @shippingCycle end |
#smartPostDetail ⇒ Object
Returns the value of attribute smartPostDetail.
184 185 186 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 184 def smartPostDetail @smartPostDetail end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
176 177 178 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 176 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
177 178 179 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 177 def version @version end |
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
174 175 176 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 174 def webAuthenticationDetail @webAuthenticationDetail end |