Class: FedexWebServices::Soap::Ship::InternationalTrafficInArmsRegulationsDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12InternationalTrafficInArmsRegulationsDetail

licenseOrExemptionNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(licenseOrExemptionNumber = nil) ⇒ InternationalTrafficInArmsRegulationsDetail

Returns a new instance of InternationalTrafficInArmsRegulationsDetail.



1863
1864
1865
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1863

def initialize(licenseOrExemptionNumber = nil)
  @licenseOrExemptionNumber = licenseOrExemptionNumber
end

Instance Attribute Details

#licenseOrExemptionNumberObject

Returns the value of attribute licenseOrExemptionNumber.



1861
1862
1863
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1861

def licenseOrExemptionNumber
  @licenseOrExemptionNumber
end