Class: FedexWebServices::Soap::Close::CloseDocumentSpecification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::CloseDocumentSpecification
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4CloseDocumentSpecification
closeDocumentTypes - FedexWebServices::Soap::Close::CloseDocumentType
detailedDeliveryManifestDetail - FedexWebServices::Soap::Close::DetailedDeliveryManifestDetail
manifestDetail - FedexWebServices::Soap::Close::ManifestDetail
op950Detail - FedexWebServices::Soap::Close::Op950Detail
Instance Attribute Summary collapse
-
#closeDocumentTypes ⇒ Object
Returns the value of attribute closeDocumentTypes.
-
#detailedDeliveryManifestDetail ⇒ Object
Returns the value of attribute detailedDeliveryManifestDetail.
-
#manifestDetail ⇒ Object
Returns the value of attribute manifestDetail.
-
#op950Detail ⇒ Object
Returns the value of attribute op950Detail.
Instance Method Summary collapse
-
#initialize(closeDocumentTypes = [], detailedDeliveryManifestDetail = nil, manifestDetail = nil, op950Detail = nil) ⇒ CloseDocumentSpecification
constructor
A new instance of CloseDocumentSpecification.
Constructor Details
#initialize(closeDocumentTypes = [], detailedDeliveryManifestDetail = nil, manifestDetail = nil, op950Detail = nil) ⇒ CloseDocumentSpecification
Returns a new instance of CloseDocumentSpecification.
91 92 93 94 95 96 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 91 def initialize(closeDocumentTypes = [], detailedDeliveryManifestDetail = nil, manifestDetail = nil, op950Detail = nil) @closeDocumentTypes = closeDocumentTypes @detailedDeliveryManifestDetail = detailedDeliveryManifestDetail @manifestDetail = manifestDetail @op950Detail = op950Detail end |
Instance Attribute Details
#closeDocumentTypes ⇒ Object
Returns the value of attribute closeDocumentTypes.
86 87 88 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 86 def closeDocumentTypes @closeDocumentTypes end |
#detailedDeliveryManifestDetail ⇒ Object
Returns the value of attribute detailedDeliveryManifestDetail.
87 88 89 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 87 def detailedDeliveryManifestDetail @detailedDeliveryManifestDetail end |
#manifestDetail ⇒ Object
Returns the value of attribute manifestDetail.
88 89 90 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 88 def manifestDetail @manifestDetail end |
#op950Detail ⇒ Object
Returns the value of attribute op950Detail.
89 90 91 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 89 def op950Detail @op950Detail end |