Class: FedexWebServices::Soap::Rate::InternationalControlledExportDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::InternationalControlledExportDetail
- 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
-
#entryNumber ⇒ Object
Returns the value of attribute entryNumber.
-
#foreignTradeZoneCode ⇒ Object
Returns the value of attribute foreignTradeZoneCode.
-
#licenseOrPermitExpirationDate ⇒ Object
Returns the value of attribute licenseOrPermitExpirationDate.
-
#licenseOrPermitNumber ⇒ Object
Returns the value of attribute licenseOrPermitNumber.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, foreignTradeZoneCode = nil, entryNumber = nil, licenseOrPermitNumber = nil, licenseOrPermitExpirationDate = nil) ⇒ InternationalControlledExportDetail
constructor
A new instance of InternationalControlledExportDetail.
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
#entryNumber ⇒ Object
Returns the value of attribute entryNumber.
1550 1551 1552 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1550 def entryNumber @entryNumber end |
#foreignTradeZoneCode ⇒ Object
Returns the value of attribute foreignTradeZoneCode.
1549 1550 1551 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1549 def foreignTradeZoneCode @foreignTradeZoneCode end |
#licenseOrPermitExpirationDate ⇒ Object
Returns the value of attribute licenseOrPermitExpirationDate.
1552 1553 1554 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1552 def licenseOrPermitExpirationDate @licenseOrPermitExpirationDate end |
#licenseOrPermitNumber ⇒ Object
Returns the value of attribute licenseOrPermitNumber.
1551 1552 1553 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1551 def licenseOrPermitNumber @licenseOrPermitNumber end |
#type ⇒ Object
Returns the value of attribute type.
1548 1549 1550 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1548 def type @type end |