Class: FedexWebServices::Soap::Rate::CommercialInvoiceDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CommercialInvoiceDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CommercialInvoiceDetail
format - FedexWebServices::Soap::Rate::ShippingDocumentFormat
customerImageUsages - FedexWebServices::Soap::Rate::CustomerImageUsage
Instance Attribute Summary collapse
-
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize(format = nil, customerImageUsages = []) ⇒ CommercialInvoiceDetail
constructor
A new instance of CommercialInvoiceDetail.
Constructor Details
#initialize(format = nil, customerImageUsages = []) ⇒ CommercialInvoiceDetail
Returns a new instance of CommercialInvoiceDetail.
197 198 199 200 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 197 def initialize(format = nil, customerImageUsages = []) @format = format @customerImageUsages = customerImageUsages end |
Instance Attribute Details
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
195 196 197 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 195 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
194 195 196 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 194 def format @format end |