Class: EBay::GetItemRecommendationsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetItemRecommendationsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#getRecommendationsRequestContainer ⇒ Object
Returns the value of attribute getRecommendationsRequestContainer.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, getRecommendationsRequestContainer = []) ⇒ GetItemRecommendationsRequestType
constructor
A new instance of GetItemRecommendationsRequestType.
- #set_any(elements) ⇒ Object
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, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, getRecommendationsRequestContainer = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2929 2930 2931 |
# File 'lib/eBay.rb', line 2929 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2928 2929 2930 |
# File 'lib/eBay.rb', line 2928 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2919 2920 2921 |
# File 'lib/eBay.rb', line 2919 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2923 2924 2925 |
# File 'lib/eBay.rb', line 2923 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2924 2925 2926 |
# File 'lib/eBay.rb', line 2924 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2920 2921 2922 |
# File 'lib/eBay.rb', line 2920 def errorLanguage @errorLanguage end |
#getRecommendationsRequestContainer ⇒ Object
Returns the value of attribute getRecommendationsRequestContainer.
2930 2931 2932 |
# File 'lib/eBay.rb', line 2930 def getRecommendationsRequestContainer @getRecommendationsRequestContainer end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2925 2926 2927 |
# File 'lib/eBay.rb', line 2925 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2921 2922 2923 |
# File 'lib/eBay.rb', line 2921 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2926 2927 2928 |
# File 'lib/eBay.rb', line 2926 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2922 2923 2924 |
# File 'lib/eBay.rb', line 2922 def version @version end |
#warningLevel ⇒ Object
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 |