Class: FedexWebServices::Soap::Rate::InternationalTrafficInArmsRegulationsDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::InternationalTrafficInArmsRegulationsDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13InternationalTrafficInArmsRegulationsDetail
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.
1568 1569 1570 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1568 def initialize(licenseOrExemptionNumber = nil) @licenseOrExemptionNumber = licenseOrExemptionNumber end |
Instance Attribute Details
#licenseOrExemptionNumber ⇒ Object
Returns the value of attribute licenseOrExemptionNumber.
1566 1567 1568 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1566 def licenseOrExemptionNumber @licenseOrExemptionNumber end |