Class: FedexWebServices::Soap::Rate::UploadDocumentDetail

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

Instance Method Summary collapse

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

#customerReferenceObject

Returns the value of attribute customerReference.



2974
2975
2976
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2974

def customerReference
  @customerReference
end

#documentContentObject

Returns the value of attribute documentContent.



2978
2979
2980
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2978

def documentContent
  @documentContent
end

#documentProducerObject

Returns the value of attribute documentProducer.



2975
2976
2977
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2975

def documentProducer
  @documentProducer
end

#documentTypeObject

Returns the value of attribute documentType.



2976
2977
2978
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2976

def documentType
  @documentType
end

#fileNameObject

Returns the value of attribute fileName.



2977
2978
2979
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2977

def fileName
  @fileName
end

#lineNumberObject

Returns the value of attribute lineNumber.



2973
2974
2975
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2973

def lineNumber
  @lineNumber
end