Class: FedexWebServices::Soap::Ship::DangerousGoodsShippersDeclarationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DangerousGoodsShippersDeclarationDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DangerousGoodsShippersDeclarationDetail
format - FedexWebServices::Soap::Ship::ShippingDocumentFormat
customerImageUsages - FedexWebServices::Soap::Ship::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.
1106 1107 1108 1109 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1106 def initialize(format = nil, customerImageUsages = []) @format = format @customerImageUsages = customerImageUsages end |
Instance Attribute Details
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
1104 1105 1106 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1104 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
1103 1104 1105 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1103 def format @format end |