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.



6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
# File 'lib/eBay.rb', line 6948

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.



6936
6937
6938
# File 'lib/eBay.rb', line 6936

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



6929
6930
6931
# File 'lib/eBay.rb', line 6929

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6933
6934
6935
# File 'lib/eBay.rb', line 6933

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6930
6931
6932
# File 'lib/eBay.rb', line 6930

def errorLanguage
  @errorLanguage
end

#externalProductIDObject

Returns the value of attribute externalProductID.



6939
6940
6941
# File 'lib/eBay.rb', line 6939

def externalProductID
  @externalProductID
end

#invocationIDObject

Returns the value of attribute invocationID.



6934
6935
6936
# File 'lib/eBay.rb', line 6934

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



6938
6939
6940
# File 'lib/eBay.rb', line 6938

def item
  @item
end

#listingFlowObject

Returns the value of attribute listingFlow.



6937
6938
6939
# File 'lib/eBay.rb', line 6937

def listingFlow
  @listingFlow
end

#messageIDObject

Returns the value of attribute messageID.



6931
6932
6933
# File 'lib/eBay.rb', line 6931

def messageID
  @messageID
end

#modifiedFieldsObject

Returns the value of attribute modifiedFields.



6940
6941
6942
# File 'lib/eBay.rb', line 6940

def modifiedFields
  @modifiedFields
end

#queryObject

Returns the value of attribute query.



6942
6943
6944
# File 'lib/eBay.rb', line 6942

def query
  @query
end

#recommendationEngineObject

Returns the value of attribute recommendationEngine.



6941
6942
6943
# File 'lib/eBay.rb', line 6941

def recommendationEngine
  @recommendationEngine
end

#versionObject

Returns the value of attribute version.



6932
6933
6934
# File 'lib/eBay.rb', line 6932

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6935
6936
6937
# File 'lib/eBay.rb', line 6935

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6944
6945
6946
# File 'lib/eBay.rb', line 6944

def set_any(elements)
  @__xmlele_any = elements
end