Class: FedexWebServices::Soap::Rate::InternationalControlledExportDetail

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

Overview

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

type - FedexWebServices::Soap::Rate::InternationalControlledExportType
foreignTradeZoneCode - SOAP::SOAPString
entryNumber - SOAP::SOAPString
licenseOrPermitNumber - SOAP::SOAPString
licenseOrPermitExpirationDate - SOAP::SOAPDate

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, foreignTradeZoneCode = nil, entryNumber = nil, licenseOrPermitNumber = nil, licenseOrPermitExpirationDate = nil) ⇒ InternationalControlledExportDetail

Returns a new instance of InternationalControlledExportDetail.



1554
1555
1556
1557
1558
1559
1560
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1554

def initialize(type = nil, foreignTradeZoneCode = nil, entryNumber = nil, licenseOrPermitNumber = nil, licenseOrPermitExpirationDate = nil)
  @type = type
  @foreignTradeZoneCode = foreignTradeZoneCode
  @entryNumber = entryNumber
  @licenseOrPermitNumber = licenseOrPermitNumber
  @licenseOrPermitExpirationDate = licenseOrPermitExpirationDate
end

Instance Attribute Details

#entryNumberObject

Returns the value of attribute entryNumber.



1550
1551
1552
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1550

def entryNumber
  @entryNumber
end

#foreignTradeZoneCodeObject

Returns the value of attribute foreignTradeZoneCode.



1549
1550
1551
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1549

def foreignTradeZoneCode
  @foreignTradeZoneCode
end

#licenseOrPermitExpirationDateObject

Returns the value of attribute licenseOrPermitExpirationDate.



1552
1553
1554
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1552

def licenseOrPermitExpirationDate
  @licenseOrPermitExpirationDate
end

#licenseOrPermitNumberObject

Returns the value of attribute licenseOrPermitNumber.



1551
1552
1553
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1551

def licenseOrPermitNumber
  @licenseOrPermitNumber
end

#typeObject

Returns the value of attribute type.



1548
1549
1550
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1548

def type
  @type
end