Class: GetItemRecommendationsRequestType
- Inherits:
-
Object
- Object
- GetItemRecommendationsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemRecommendationsRequestType
Constant Summary collapse
- @@schema_type =
"GetItemRecommendationsRequestType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["getRecommendationsRequestContainer", ["GetRecommendationsRequestContainerType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GetRecommendationsRequestContainer")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#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.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = nil, getRecommendationsRequestContainer = []) ⇒ GetItemRecommendationsRequestType
constructor
A new instance of GetItemRecommendationsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, getRecommendationsRequestContainer = []) ⇒ GetItemRecommendationsRequestType
Returns a new instance of GetItemRecommendationsRequestType.
4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'lib/eBay.rb', line 4759 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, getRecommendationsRequestContainer = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @getRecommendationsRequestContainer = getRecommendationsRequestContainer end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4752 4753 4754 |
# File 'lib/eBay.rb', line 4752 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4745 4746 4747 |
# File 'lib/eBay.rb', line 4745 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4749 4750 4751 |
# File 'lib/eBay.rb', line 4749 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4746 4747 4748 |
# File 'lib/eBay.rb', line 4746 def errorLanguage @errorLanguage end |
#getRecommendationsRequestContainer ⇒ Object
Returns the value of attribute getRecommendationsRequestContainer.
4753 4754 4755 |
# File 'lib/eBay.rb', line 4753 def getRecommendationsRequestContainer @getRecommendationsRequestContainer end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4750 4751 4752 |
# File 'lib/eBay.rb', line 4750 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4747 4748 4749 |
# File 'lib/eBay.rb', line 4747 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
4748 4749 4750 |
# File 'lib/eBay.rb', line 4748 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4751 4752 4753 |
# File 'lib/eBay.rb', line 4751 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4755 4756 4757 |
# File 'lib/eBay.rb', line 4755 def set_any(elements) @__xmlele_any = elements end |