class FedexWebServices::Soap::Close::ShippingDocumentStorageDetail

{fedex.com/ws/close/v4}ShippingDocumentStorageDetail

filePath - SOAP::SOAPString
fileNaming - FedexWebServices::Soap::Close::ShippingDocumentNamingType
fileSuffix - SOAP::SOAPString

Attributes

fileNaming[RW]
filePath[RW]
fileSuffix[RW]

Public Class Methods

new(filePath = nil, fileNaming = nil, fileSuffix = nil) click to toggle source
# 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