Class: FedexWebServices::Soap::Rate::NaftaCertificateOfOriginDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::NaftaCertificateOfOriginDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13NaftaCertificateOfOriginDetail
format - FedexWebServices::Soap::Rate::ShippingDocumentFormat
blanketPeriod - FedexWebServices::Soap::Rate::DateRange
importerSpecification - FedexWebServices::Soap::Rate::NaftaImporterSpecificationType
signatureContact - FedexWebServices::Soap::Rate::Contact
producerSpecification - FedexWebServices::Soap::Rate::NaftaProducerSpecificationType
producers - FedexWebServices::Soap::Rate::NaftaProducer
customerImageUsages - FedexWebServices::Soap::Rate::CustomerImageUsage
Instance Attribute Summary collapse
-
#blanketPeriod ⇒ Object
Returns the value of attribute blanketPeriod.
-
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
-
#format ⇒ Object
Returns the value of attribute format.
-
#importerSpecification ⇒ Object
Returns the value of attribute importerSpecification.
-
#producers ⇒ Object
Returns the value of attribute producers.
-
#producerSpecification ⇒ Object
Returns the value of attribute producerSpecification.
-
#signatureContact ⇒ Object
Returns the value of attribute signatureContact.
Instance Method Summary collapse
-
#initialize(format = nil, blanketPeriod = nil, importerSpecification = nil, signatureContact = nil, producerSpecification = nil, producers = [], customerImageUsages = []) ⇒ NaftaCertificateOfOriginDetail
constructor
A new instance of NaftaCertificateOfOriginDetail.
Constructor Details
#initialize(format = nil, blanketPeriod = nil, importerSpecification = nil, signatureContact = nil, producerSpecification = nil, producers = [], customerImageUsages = []) ⇒ NaftaCertificateOfOriginDetail
Returns a new instance of NaftaCertificateOfOriginDetail.
1683 1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1683 def initialize(format = nil, blanketPeriod = nil, importerSpecification = nil, signatureContact = nil, producerSpecification = nil, producers = [], customerImageUsages = []) @format = format @blanketPeriod = blanketPeriod @importerSpecification = importerSpecification @signatureContact = signatureContact @producerSpecification = producerSpecification @producers = producers @customerImageUsages = customerImageUsages end |
Instance Attribute Details
#blanketPeriod ⇒ Object
Returns the value of attribute blanketPeriod.
1676 1677 1678 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1676 def blanketPeriod @blanketPeriod end |
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
1681 1682 1683 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1681 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
1675 1676 1677 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1675 def format @format end |
#importerSpecification ⇒ Object
Returns the value of attribute importerSpecification.
1677 1678 1679 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1677 def importerSpecification @importerSpecification end |
#producers ⇒ Object
Returns the value of attribute producers.
1680 1681 1682 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1680 def producers @producers end |
#producerSpecification ⇒ Object
Returns the value of attribute producerSpecification.
1679 1680 1681 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1679 def producerSpecification @producerSpecification end |
#signatureContact ⇒ Object
Returns the value of attribute signatureContact.
1678 1679 1680 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1678 def signatureContact @signatureContact end |