Class: PurolatorWebServices::Soap::RequestItemV3
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::RequestItemV3
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/RequestItemV3
sKU - SOAP::SOAPString
customsDesc - SOAP::SOAPString
extendedDesc - SOAP::SOAPString
quantity - SOAP::SOAPInt
totalValue - SOAP::SOAPDecimal
currency - SOAP::SOAPString
countryOfOrigin - SOAP::SOAPString
hSCode - SOAP::SOAPString
nAFTAEligible - SOAP::SOAPBoolean
fDAFood - SOAP::SOAPBoolean
textile - SOAP::SOAPBoolean
pSTExempt - SOAP::SOAPBoolean
additionalOptions - PurolatorWebServices::Soap::ArrayOfKeyValueStrings
Instance Attribute Summary collapse
-
#additionalOptions ⇒ Object
Returns the value of attribute additionalOptions.
-
#countryOfOrigin ⇒ Object
Returns the value of attribute countryOfOrigin.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#customsDesc ⇒ Object
Returns the value of attribute customsDesc.
-
#extendedDesc ⇒ Object
Returns the value of attribute extendedDesc.
-
#fDAFood ⇒ Object
Returns the value of attribute fDAFood.
-
#hSCode ⇒ Object
Returns the value of attribute hSCode.
-
#nAFTAEligible ⇒ Object
Returns the value of attribute nAFTAEligible.
-
#pSTExempt ⇒ Object
Returns the value of attribute pSTExempt.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#textile ⇒ Object
Returns the value of attribute textile.
-
#totalValue ⇒ Object
Returns the value of attribute totalValue.
Instance Method Summary collapse
-
#initialize(sKU = nil, customsDesc = nil, extendedDesc = nil, quantity = nil, totalValue = nil, currency = nil, countryOfOrigin = nil, hSCode = nil, nAFTAEligible = nil, fDAFood = nil, textile = nil, pSTExempt = nil, additionalOptions = nil) ⇒ RequestItemV3
constructor
A new instance of RequestItemV3.
Constructor Details
#initialize(sKU = nil, customsDesc = nil, extendedDesc = nil, quantity = nil, totalValue = nil, currency = nil, countryOfOrigin = nil, hSCode = nil, nAFTAEligible = nil, fDAFood = nil, textile = nil, pSTExempt = nil, additionalOptions = nil) ⇒ RequestItemV3
Returns a new instance of RequestItemV3.
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/purolator_web_services/soap/default.rb', line 239 def initialize(sKU = nil, customsDesc = nil, extendedDesc = nil, quantity = nil, totalValue = nil, currency = nil, countryOfOrigin = nil, hSCode = nil, nAFTAEligible = nil, fDAFood = nil, textile = nil, pSTExempt = nil, additionalOptions = nil) @sKU = sKU @customsDesc = customsDesc @extendedDesc = extendedDesc @quantity = quantity @totalValue = totalValue @currency = currency @countryOfOrigin = countryOfOrigin @hSCode = hSCode @nAFTAEligible = nAFTAEligible @fDAFood = fDAFood @textile = textile @pSTExempt = pSTExempt @additionalOptions = additionalOptions end |
Instance Attribute Details
#additionalOptions ⇒ Object
Returns the value of attribute additionalOptions.
237 238 239 |
# File 'lib/purolator_web_services/soap/default.rb', line 237 def additionalOptions @additionalOptions end |
#countryOfOrigin ⇒ Object
Returns the value of attribute countryOfOrigin.
231 232 233 |
# File 'lib/purolator_web_services/soap/default.rb', line 231 def countryOfOrigin @countryOfOrigin end |
#currency ⇒ Object
Returns the value of attribute currency.
230 231 232 |
# File 'lib/purolator_web_services/soap/default.rb', line 230 def currency @currency end |
#customsDesc ⇒ Object
Returns the value of attribute customsDesc.
226 227 228 |
# File 'lib/purolator_web_services/soap/default.rb', line 226 def customsDesc @customsDesc end |
#extendedDesc ⇒ Object
Returns the value of attribute extendedDesc.
227 228 229 |
# File 'lib/purolator_web_services/soap/default.rb', line 227 def extendedDesc @extendedDesc end |
#fDAFood ⇒ Object
Returns the value of attribute fDAFood.
234 235 236 |
# File 'lib/purolator_web_services/soap/default.rb', line 234 def fDAFood @fDAFood end |
#hSCode ⇒ Object
Returns the value of attribute hSCode.
232 233 234 |
# File 'lib/purolator_web_services/soap/default.rb', line 232 def hSCode @hSCode end |
#nAFTAEligible ⇒ Object
Returns the value of attribute nAFTAEligible.
233 234 235 |
# File 'lib/purolator_web_services/soap/default.rb', line 233 def nAFTAEligible @nAFTAEligible end |
#pSTExempt ⇒ Object
Returns the value of attribute pSTExempt.
236 237 238 |
# File 'lib/purolator_web_services/soap/default.rb', line 236 def pSTExempt @pSTExempt end |
#quantity ⇒ Object
Returns the value of attribute quantity.
228 229 230 |
# File 'lib/purolator_web_services/soap/default.rb', line 228 def quantity @quantity end |
#sKU ⇒ Object
Returns the value of attribute sKU.
225 226 227 |
# File 'lib/purolator_web_services/soap/default.rb', line 225 def sKU @sKU end |
#textile ⇒ Object
Returns the value of attribute textile.
235 236 237 |
# File 'lib/purolator_web_services/soap/default.rb', line 235 def textile @textile end |
#totalValue ⇒ Object
Returns the value of attribute totalValue.
229 230 231 |
# File 'lib/purolator_web_services/soap/default.rb', line 229 def totalValue @totalValue end |