Class: GetRecommendationsRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6278
6279
6280
# File 'lib/eBay.rb', line 6278

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



6272
6273
6274
# File 'lib/eBay.rb', line 6272

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6276
6277
6278
# File 'lib/eBay.rb', line 6276

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6273
6274
6275
# File 'lib/eBay.rb', line 6273

def errorLanguage
  @errorLanguage
end

#externalProductIDObject

Returns the value of attribute externalProductID.



6281
6282
6283
# File 'lib/eBay.rb', line 6281

def externalProductID
  @externalProductID
end

#invocationIDObject

Returns the value of attribute invocationID.



6277
6278
6279
# File 'lib/eBay.rb', line 6277

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



6280
6281
6282
# File 'lib/eBay.rb', line 6280

def item
  @item
end

#listingFlowObject

Returns the value of attribute listingFlow.



6279
6280
6281
# File 'lib/eBay.rb', line 6279

def listingFlow
  @listingFlow
end

#messageIDObject

Returns the value of attribute messageID.



6274
6275
6276
# File 'lib/eBay.rb', line 6274

def messageID
  @messageID
end

#modifiedFieldsObject

Returns the value of attribute modifiedFields.



6282
6283
6284
# File 'lib/eBay.rb', line 6282

def modifiedFields
  @modifiedFields
end

#queryObject

Returns the value of attribute query.



6284
6285
6286
# File 'lib/eBay.rb', line 6284

def query
  @query
end

#recommendationEngineObject

Returns the value of attribute recommendationEngine.



6283
6284
6285
# File 'lib/eBay.rb', line 6283

def recommendationEngine
  @recommendationEngine
end

#versionObject

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