Class: FedexWebServices::Soap::Ship::NaftaCertificateOfOriginDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::NaftaCertificateOfOriginDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12NaftaCertificateOfOriginDetail
format - FedexWebServices::Soap::Ship::ShippingDocumentFormat
blanketPeriod - FedexWebServices::Soap::Ship::DateRange
importerSpecification - FedexWebServices::Soap::Ship::NaftaImporterSpecificationType
signatureContact - FedexWebServices::Soap::Ship::Contact
producerSpecification - FedexWebServices::Soap::Ship::NaftaProducerSpecificationType
producers - FedexWebServices::Soap::Ship::NaftaProducer
customerImageUsages - FedexWebServices::Soap::Ship::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.
1978 1979 1980 1981 1982 1983 1984 1985 1986 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1978 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.
1971 1972 1973 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1971 def blanketPeriod @blanketPeriod end |
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
1976 1977 1978 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1976 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
1970 1971 1972 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1970 def format @format end |
#importerSpecification ⇒ Object
Returns the value of attribute importerSpecification.
1972 1973 1974 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1972 def importerSpecification @importerSpecification end |
#producers ⇒ Object
Returns the value of attribute producers.
1975 1976 1977 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1975 def producers @producers end |
#producerSpecification ⇒ Object
Returns the value of attribute producerSpecification.
1974 1975 1976 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1974 def producerSpecification @producerSpecification end |
#signatureContact ⇒ Object
Returns the value of attribute signatureContact.
1973 1974 1975 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1973 def signatureContact @signatureContact end |