Class: FedexWebServices::Soap::Rate::CertificateOfOriginDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CertificateOfOriginDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CertificateOfOriginDetail
documentFormat - FedexWebServices::Soap::Rate::ShippingDocumentFormat
customerImageUsages - FedexWebServices::Soap::Rate::CustomerImageUsage
Instance Attribute Summary collapse
-
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
-
#documentFormat ⇒ Object
Returns the value of attribute documentFormat.
Instance Method Summary collapse
-
#initialize(documentFormat = nil, customerImageUsages = []) ⇒ CertificateOfOriginDetail
constructor
A new instance of CertificateOfOriginDetail.
Constructor Details
#initialize(documentFormat = nil, customerImageUsages = []) ⇒ CertificateOfOriginDetail
Returns a new instance of CertificateOfOriginDetail.
72 73 74 75 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 72 def initialize(documentFormat = nil, customerImageUsages = []) @documentFormat = documentFormat @customerImageUsages = customerImageUsages end |
Instance Attribute Details
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
70 71 72 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 70 def customerImageUsages @customerImageUsages end |
#documentFormat ⇒ Object
Returns the value of attribute documentFormat.
69 70 71 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 69 def documentFormat @documentFormat end |