Class: GetItemRecommendationsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsRequestType

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
getRecommendationsRequestContainer - GetRecommendationsRequestContainerType

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, getRecommendationsRequestContainer = []) ⇒ GetItemRecommendationsRequestType

Returns a new instance of GetItemRecommendationsRequestType.



2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
# File 'lib/eBay.rb', line 2339

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2332
2333
2334
# File 'lib/eBay.rb', line 2332

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2331
2332
2333
# File 'lib/eBay.rb', line 2331

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2322
2323
2324
# File 'lib/eBay.rb', line 2322

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2326
2327
2328
# File 'lib/eBay.rb', line 2326

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2327
2328
2329
# File 'lib/eBay.rb', line 2327

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2323
2324
2325
# File 'lib/eBay.rb', line 2323

def errorLanguage
  @errorLanguage
end

#getRecommendationsRequestContainerObject

Returns the value of attribute getRecommendationsRequestContainer.



2333
2334
2335
# File 'lib/eBay.rb', line 2333

def getRecommendationsRequestContainer
  @getRecommendationsRequestContainer
end

#invocationIDObject

Returns the value of attribute invocationID.



2328
2329
2330
# File 'lib/eBay.rb', line 2328

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2324
2325
2326
# File 'lib/eBay.rb', line 2324

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2329
2330
2331
# File 'lib/eBay.rb', line 2329

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2325
2326
2327
# File 'lib/eBay.rb', line 2325

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2330
2331
2332
# File 'lib/eBay.rb', line 2330

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2335
2336
2337
# File 'lib/eBay.rb', line 2335

def set_any(elements)
  @__xmlele_any = elements
end