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", ["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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



7797
7798
7799
# File 'lib/eBay.rb', line 7797

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7790
7791
7792
# File 'lib/eBay.rb', line 7790

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7794
7795
7796
# File 'lib/eBay.rb', line 7794

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7791
7792
7793
# File 'lib/eBay.rb', line 7791

def errorLanguage
  @errorLanguage
end

#externalProductIDObject

Returns the value of attribute externalProductID.



7800
7801
7802
# File 'lib/eBay.rb', line 7800

def externalProductID
  @externalProductID
end

#invocationIDObject

Returns the value of attribute invocationID.



7795
7796
7797
# File 'lib/eBay.rb', line 7795

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



7799
7800
7801
# File 'lib/eBay.rb', line 7799

def item
  @item
end

#listingFlowObject

Returns the value of attribute listingFlow.



7798
7799
7800
# File 'lib/eBay.rb', line 7798

def listingFlow
  @listingFlow
end

#messageIDObject

Returns the value of attribute messageID.



7792
7793
7794
# File 'lib/eBay.rb', line 7792

def messageID
  @messageID
end

#modifiedFieldsObject

Returns the value of attribute modifiedFields.



7801
7802
7803
# File 'lib/eBay.rb', line 7801

def modifiedFields
  @modifiedFields
end

#queryObject

Returns the value of attribute query.



7803
7804
7805
# File 'lib/eBay.rb', line 7803

def query
  @query
end

#recommendationEngineObject

Returns the value of attribute recommendationEngine.



7802
7803
7804
# File 'lib/eBay.rb', line 7802

def recommendationEngine
  @recommendationEngine
end

#versionObject

Returns the value of attribute version.



7793
7794
7795
# File 'lib/eBay.rb', line 7793

def version
  @version
end

#warningLevelObject

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