Class: EBay::GetItemRecommendationsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
getRecommendationsRequestContainer - EBay::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.



2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/eBay.rb', line 2936

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.



2929
2930
2931
# File 'lib/eBay.rb', line 2929

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2928
2929
2930
# File 'lib/eBay.rb', line 2928

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2919
2920
2921
# File 'lib/eBay.rb', line 2919

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2923
2924
2925
# File 'lib/eBay.rb', line 2923

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2924
2925
2926
# File 'lib/eBay.rb', line 2924

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2920
2921
2922
# File 'lib/eBay.rb', line 2920

def errorLanguage
  @errorLanguage
end

#getRecommendationsRequestContainerObject

Returns the value of attribute getRecommendationsRequestContainer.



2930
2931
2932
# File 'lib/eBay.rb', line 2930

def getRecommendationsRequestContainer
  @getRecommendationsRequestContainer
end

#invocationIDObject

Returns the value of attribute invocationID.



2925
2926
2927
# File 'lib/eBay.rb', line 2925

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2921
2922
2923
# File 'lib/eBay.rb', line 2921

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2926
2927
2928
# File 'lib/eBay.rb', line 2926

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2922
2923
2924
# File 'lib/eBay.rb', line 2922

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2927
2928
2929
# File 'lib/eBay.rb', line 2927

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2932
2933
2934
# File 'lib/eBay.rb', line 2932

def set_any(elements)
  @__xmlele_any = elements
end