Class: FedexWebServices::Soap::Ship::InternationalTrafficInArmsRegulationsDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::InternationalTrafficInArmsRegulationsDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12InternationalTrafficInArmsRegulationsDetail
licenseOrExemptionNumber - SOAP::SOAPString
Instance Attribute Summary collapse
-
#licenseOrExemptionNumber ⇒ Object
Returns the value of attribute licenseOrExemptionNumber.
Instance Method Summary collapse
-
#initialize(licenseOrExemptionNumber = nil) ⇒ InternationalTrafficInArmsRegulationsDetail
constructor
A new instance of InternationalTrafficInArmsRegulationsDetail.
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
#licenseOrExemptionNumber ⇒ Object
Returns the value of attribute licenseOrExemptionNumber.
1861 1862 1863 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1861 def licenseOrExemptionNumber @licenseOrExemptionNumber end |