Class: FedexWebServices::Soap::Rate::DangerousGoodsShippersDeclarationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DangerousGoodsShippersDeclarationDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DangerousGoodsShippersDeclarationDetail
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 = []) ⇒ DangerousGoodsShippersDeclarationDetail
constructor
A new instance of DangerousGoodsShippersDeclarationDetail.
Constructor Details
#initialize(format = nil, customerImageUsages = []) ⇒ DangerousGoodsShippersDeclarationDetail
Returns a new instance of DangerousGoodsShippersDeclarationDetail.
787 788 789 790 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 787 def initialize(format = nil, customerImageUsages = []) @format = format @customerImageUsages = customerImageUsages end |
Instance Attribute Details
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
785 786 787 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 785 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
784 785 786 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 784 def format @format end |