Class: FedexWebServices::Soap::Close::CloseWithDocumentsRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#actionTypeObject

Returns the value of attribute actionType.



178
179
180
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 178

def actionType
  @actionType
end

#carrierCodeObject

Returns the value of attribute carrierCode.



180
181
182
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 180

def carrierCode
  @carrierCode
end

#clientDetailObject

Returns the value of attribute clientDetail.



175
176
177
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 175

def clientDetail
  @clientDetail
end

#closeDocumentSpecificationObject

Returns the value of attribute closeDocumentSpecification.



185
186
187
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 185

def closeDocumentSpecification
  @closeDocumentSpecification
end

#manifestReferenceDetailObject

Returns the value of attribute manifestReferenceDetail.



183
184
185
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 183

def manifestReferenceDetail
  @manifestReferenceDetail
end

#processingOptionsObject

Returns the value of attribute processingOptions.



179
180
181
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 179

def processingOptions
  @processingOptions
end

#reprintCloseDateObject

Returns the value of attribute reprintCloseDate.



182
183
184
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 182

def reprintCloseDate
  @reprintCloseDate
end

#shippingCycleObject

Returns the value of attribute shippingCycle.



181
182
183
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 181

def shippingCycle
  @shippingCycle
end

#smartPostDetailObject

Returns the value of attribute smartPostDetail.



184
185
186
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 184

def smartPostDetail
  @smartPostDetail
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



176
177
178
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 176

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



177
178
179
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 177

def version
  @version
end

#webAuthenticationDetailObject

Returns the value of attribute webAuthenticationDetail.



174
175
176
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 174

def webAuthenticationDetail
  @webAuthenticationDetail
end