Class: FedexWebServices::Soap::Rate::CertificateOfOriginDetail

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

Instance Method Summary collapse

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

#customerImageUsagesObject

Returns the value of attribute customerImageUsages.



70
71
72
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 70

def customerImageUsages
  @customerImageUsages
end

#documentFormatObject

Returns the value of attribute documentFormat.



69
70
71
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 69

def documentFormat
  @documentFormat
end