Class: GetItemShippingRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetItemShippingRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
itemID - (any)
quantitySold - SOAP::SOAPInt
destinationPostalCode - SOAP::SOAPString
destinationCountryCode - CountryCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType

Returns a new instance of GetItemShippingRequestType.



2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/eBay.rb', line 2391

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @quantitySold = quantitySold
  @destinationPostalCode = destinationPostalCode
  @destinationCountryCode = destinationCountryCode
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2381
2382
2383
# File 'lib/eBay.rb', line 2381

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2380
2381
2382
# File 'lib/eBay.rb', line 2380

def botBlock
  @botBlock
end

#destinationCountryCodeObject

Returns the value of attribute destinationCountryCode.



2385
2386
2387
# File 'lib/eBay.rb', line 2385

def destinationCountryCode
  @destinationCountryCode
end

#destinationPostalCodeObject

Returns the value of attribute destinationPostalCode.



2384
2385
2386
# File 'lib/eBay.rb', line 2384

def destinationPostalCode
  @destinationPostalCode
end

#detailLevelObject

Returns the value of attribute detailLevel.



2371
2372
2373
# File 'lib/eBay.rb', line 2371

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2375
2376
2377
# File 'lib/eBay.rb', line 2375

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2376
2377
2378
# File 'lib/eBay.rb', line 2376

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2372
2373
2374
# File 'lib/eBay.rb', line 2372

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2377
2378
2379
# File 'lib/eBay.rb', line 2377

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2382
2383
2384
# File 'lib/eBay.rb', line 2382

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2373
2374
2375
# File 'lib/eBay.rb', line 2373

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2378
2379
2380
# File 'lib/eBay.rb', line 2378

def outputSelector
  @outputSelector
end

#quantitySoldObject

Returns the value of attribute quantitySold.



2383
2384
2385
# File 'lib/eBay.rb', line 2383

def quantitySold
  @quantitySold
end

#versionObject

Returns the value of attribute version.



2374
2375
2376
# File 'lib/eBay.rb', line 2374

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2379
2380
2381
# File 'lib/eBay.rb', line 2379

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2387
2388
2389
# File 'lib/eBay.rb', line 2387

def set_any(elements)
  @__xmlele_any = elements
end