Class: GetRecommendationsRequestType
- Inherits:
-
Object
- Object
- GetRecommendationsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetRecommendationsRequestType
Constant Summary collapse
- @@schema_type =
"GetRecommendationsRequestType"
- @@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")]], ["listingFlow", ["ListingFlowCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingFlow")]], ["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]], ["externalProductID", ["ExternalProductIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExternalProductID")]], ["modifiedFields", ["ModifiedFieldType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModifiedFields")]], ["recommendationEngine", ["RecommendationEngineCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecommendationEngine")]], ["query", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Query")]] ]
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.
-
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#item ⇒ Object
Returns the value of attribute item.
-
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modifiedFields ⇒ Object
Returns the value of attribute modifiedFields.
-
#query ⇒ Object
Returns the value of attribute query.
-
#recommendationEngine ⇒ Object
Returns the value of attribute recommendationEngine.
-
#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, listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil) ⇒ GetRecommendationsRequestType
constructor
A new instance of GetRecommendationsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil) ⇒ GetRecommendationsRequestType
Returns a new instance of GetRecommendationsRequestType.
7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 |
# File 'lib/eBay.rb', line 7809 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @listingFlow = listingFlow @item = item @externalProductID = externalProductID @modifiedFields = modifiedFields @recommendationEngine = recommendationEngine @query = query end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7797 7798 7799 |
# File 'lib/eBay.rb', line 7797 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7790 7791 7792 |
# File 'lib/eBay.rb', line 7790 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7794 7795 7796 |
# File 'lib/eBay.rb', line 7794 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7791 7792 7793 |
# File 'lib/eBay.rb', line 7791 def errorLanguage @errorLanguage end |
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
7800 7801 7802 |
# File 'lib/eBay.rb', line 7800 def externalProductID @externalProductID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7795 7796 7797 |
# File 'lib/eBay.rb', line 7795 def invocationID @invocationID end |
#item ⇒ Object
Returns the value of attribute item.
7799 7800 7801 |
# File 'lib/eBay.rb', line 7799 def item @item end |
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
7798 7799 7800 |
# File 'lib/eBay.rb', line 7798 def listingFlow @listingFlow end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7792 7793 7794 |
# File 'lib/eBay.rb', line 7792 def @messageID end |
#modifiedFields ⇒ Object
Returns the value of attribute modifiedFields.
7801 7802 7803 |
# File 'lib/eBay.rb', line 7801 def modifiedFields @modifiedFields end |
#query ⇒ Object
Returns the value of attribute query.
7803 7804 7805 |
# File 'lib/eBay.rb', line 7803 def query @query end |
#recommendationEngine ⇒ Object
Returns the value of attribute recommendationEngine.
7802 7803 7804 |
# File 'lib/eBay.rb', line 7802 def recommendationEngine @recommendationEngine end |
#version ⇒ Object
Returns the value of attribute version.
7793 7794 7795 |
# File 'lib/eBay.rb', line 7793 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7796 7797 7798 |
# File 'lib/eBay.rb', line 7796 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7805 7806 7807 |
# File 'lib/eBay.rb', line 7805 def set_any(elements) @__xmlele_any = elements end |