Class: FedexWebServices::Soap::Ship::InternationalControlledExportDetail

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

Overview

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

type - FedexWebServices::Soap::Ship::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.



1849
1850
1851
1852
1853
1854
1855
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1849

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.



1845
1846
1847
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1845

def entryNumber
  @entryNumber
end

#foreignTradeZoneCodeObject

Returns the value of attribute foreignTradeZoneCode.



1844
1845
1846
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1844

def foreignTradeZoneCode
  @foreignTradeZoneCode
end

#licenseOrPermitExpirationDateObject

Returns the value of attribute licenseOrPermitExpirationDate.



1847
1848
1849
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1847

def licenseOrPermitExpirationDate
  @licenseOrPermitExpirationDate
end

#licenseOrPermitNumberObject

Returns the value of attribute licenseOrPermitNumber.



1846
1847
1848
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1846

def licenseOrPermitNumber
  @licenseOrPermitNumber
end

#typeObject

Returns the value of attribute type.



1843
1844
1845
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1843

def type
  @type
end