Class: FedexWebServices::Soap::Rate::DangerousGoodsShippersDeclarationDetail

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

Instance Method Summary collapse

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

#customerImageUsagesObject

Returns the value of attribute customerImageUsages.



785
786
787
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 785

def customerImageUsages
  @customerImageUsages
end

#formatObject

Returns the value of attribute format.



784
785
786
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 784

def format
  @format
end