Class: FedexWebServices::Soap::Close::ShippingDocumentStorageDetail

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

Instance Method Summary collapse

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

#fileNamingObject

Returns the value of attribute fileNaming.



611
612
613
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 611

def fileNaming
  @fileNaming
end

#filePathObject

Returns the value of attribute filePath.



610
611
612
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 610

def filePath
  @filePath
end

#fileSuffixObject

Returns the value of attribute fileSuffix.



612
613
614
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 612

def fileSuffix
  @fileSuffix
end