Class: FedexWebServices::Soap::Ship::DangerousGoodsShippersDeclarationDetail

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

Instance Method Summary collapse

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

#customerImageUsagesObject

Returns the value of attribute customerImageUsages.



1104
1105
1106
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1104

def customerImageUsages
  @customerImageUsages
end

#formatObject

Returns the value of attribute format.



1103
1104
1105
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1103

def format
  @format
end