Class: FedexWebServices::Soap::Rate::InternationalTrafficInArmsRegulationsDetail

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

Overview

http://fedex.com/ws/rate/v13InternationalTrafficInArmsRegulationsDetail

licenseOrExemptionNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#licenseOrExemptionNumberObject

Returns the value of attribute licenseOrExemptionNumber.



1566
1567
1568
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1566

def licenseOrExemptionNumber
  @licenseOrExemptionNumber
end