Class: FedexWebServices::Soap::Rate::UploadDocumentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::UploadDocumentDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13UploadDocumentDetail
lineNumber - SOAP::SOAPNonNegativeInteger
customerReference - SOAP::SOAPString
documentProducer - FedexWebServices::Soap::Rate::UploadDocumentProducerType
documentType - FedexWebServices::Soap::Rate::UploadDocumentType
fileName - SOAP::SOAPString
documentContent - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#customerReference ⇒ Object
Returns the value of attribute customerReference.
-
#documentContent ⇒ Object
Returns the value of attribute documentContent.
-
#documentProducer ⇒ Object
Returns the value of attribute documentProducer.
-
#documentType ⇒ Object
Returns the value of attribute documentType.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#lineNumber ⇒ Object
Returns the value of attribute lineNumber.
Instance Method Summary collapse
-
#initialize(lineNumber = nil, customerReference = nil, documentProducer = nil, documentType = nil, fileName = nil, documentContent = nil) ⇒ UploadDocumentDetail
constructor
A new instance of UploadDocumentDetail.
Constructor Details
#initialize(lineNumber = nil, customerReference = nil, documentProducer = nil, documentType = nil, fileName = nil, documentContent = nil) ⇒ UploadDocumentDetail
Returns a new instance of UploadDocumentDetail.
2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2980 def initialize(lineNumber = nil, customerReference = nil, documentProducer = nil, documentType = nil, fileName = nil, documentContent = nil) @lineNumber = lineNumber @customerReference = customerReference @documentProducer = documentProducer @documentType = documentType @fileName = fileName @documentContent = documentContent end |
Instance Attribute Details
#customerReference ⇒ Object
Returns the value of attribute customerReference.
2974 2975 2976 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2974 def customerReference @customerReference end |
#documentContent ⇒ Object
Returns the value of attribute documentContent.
2978 2979 2980 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2978 def documentContent @documentContent end |
#documentProducer ⇒ Object
Returns the value of attribute documentProducer.
2975 2976 2977 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2975 def documentProducer @documentProducer end |
#documentType ⇒ Object
Returns the value of attribute documentType.
2976 2977 2978 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2976 def documentType @documentType end |
#fileName ⇒ Object
Returns the value of attribute fileName.
2977 2978 2979 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2977 def fileName @fileName end |
#lineNumber ⇒ Object
Returns the value of attribute lineNumber.
2973 2974 2975 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2973 def lineNumber @lineNumber end |