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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["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.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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, listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil) ⇒ GetRecommendationsRequestType
Returns a new instance of GetRecommendationsRequestType.
6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 |
# File 'lib/eBay.rb', line 6290 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @__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.
6278 6279 6280 |
# File 'lib/eBay.rb', line 6278 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6272 6273 6274 |
# File 'lib/eBay.rb', line 6272 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6276 6277 6278 |
# File 'lib/eBay.rb', line 6276 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6273 6274 6275 |
# File 'lib/eBay.rb', line 6273 def errorLanguage @errorLanguage end |
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
6281 6282 6283 |
# File 'lib/eBay.rb', line 6281 def externalProductID @externalProductID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6277 6278 6279 |
# File 'lib/eBay.rb', line 6277 def invocationID @invocationID end |
#item ⇒ Object
Returns the value of attribute item.
6280 6281 6282 |
# File 'lib/eBay.rb', line 6280 def item @item end |
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
6279 6280 6281 |
# File 'lib/eBay.rb', line 6279 def listingFlow @listingFlow end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6274 6275 6276 |
# File 'lib/eBay.rb', line 6274 def @messageID end |
#modifiedFields ⇒ Object
Returns the value of attribute modifiedFields.
6282 6283 6284 |
# File 'lib/eBay.rb', line 6282 def modifiedFields @modifiedFields end |
#query ⇒ Object
Returns the value of attribute query.
6284 6285 6286 |
# File 'lib/eBay.rb', line 6284 def query @query end |
#recommendationEngine ⇒ Object
Returns the value of attribute recommendationEngine.
6283 6284 6285 |
# File 'lib/eBay.rb', line 6283 def recommendationEngine @recommendationEngine end |
#version ⇒ Object
Returns the value of attribute version.
6275 6276 6277 |
# File 'lib/eBay.rb', line 6275 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
6286 6287 6288 |
# File 'lib/eBay.rb', line 6286 def set_any(elements) @__xmlele_any = elements end |