Class: FedexWebServices::Soap::Close::ManifestFile
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::ManifestFile
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4ManifestFile
fileName - SOAP::SOAPString
file - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
Instance Method Summary collapse
-
#initialize(fileName = nil, file = nil) ⇒ ManifestFile
constructor
A new instance of ManifestFile.
Constructor Details
#initialize(fileName = nil, file = nil) ⇒ ManifestFile
440 441 442 443 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 440 def initialize(fileName = nil, file = nil) @fileName = fileName @file = file end |
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
438 439 440 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 438 def file @file end |
#fileName ⇒ Object
Returns the value of attribute fileName.
437 438 439 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 437 def fileName @fileName end |