Class: FedexWebServices::Soap::Close::ShippingDocumentStorageDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::ShippingDocumentStorageDetail
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4ShippingDocumentStorageDetail
filePath - SOAP::SOAPString
fileNaming - FedexWebServices::Soap::Close::ShippingDocumentNamingType
fileSuffix - SOAP::SOAPString
Instance Attribute Summary collapse
-
#fileNaming ⇒ Object
Returns the value of attribute fileNaming.
-
#filePath ⇒ Object
Returns the value of attribute filePath.
-
#fileSuffix ⇒ Object
Returns the value of attribute fileSuffix.
Instance Method Summary collapse
-
#initialize(filePath = nil, fileNaming = nil, fileSuffix = nil) ⇒ ShippingDocumentStorageDetail
constructor
A new instance of ShippingDocumentStorageDetail.
Constructor Details
#initialize(filePath = nil, fileNaming = nil, fileSuffix = nil) ⇒ ShippingDocumentStorageDetail
Returns a new instance of ShippingDocumentStorageDetail.
614 615 616 617 618 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 614 def initialize(filePath = nil, fileNaming = nil, fileSuffix = nil) @filePath = filePath @fileNaming = fileNaming @fileSuffix = fileSuffix end |
Instance Attribute Details
#fileNaming ⇒ Object
Returns the value of attribute fileNaming.
611 612 613 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 611 def fileNaming @fileNaming end |
#filePath ⇒ Object
Returns the value of attribute filePath.
610 611 612 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 610 def filePath @filePath end |
#fileSuffix ⇒ Object
Returns the value of attribute fileSuffix.
612 613 614 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 612 def fileSuffix @fileSuffix end |