Class: GetRecommendationsRequestContainerType
- Inherits:
-
Object
- Object
- GetRecommendationsRequestContainerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetRecommendationsRequestContainerType
Constant Summary collapse
- @@schema_type =
"GetRecommendationsRequestContainerType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["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")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["deletedField", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DeletedField")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#deletedField ⇒ Object
Returns the value of attribute deletedField.
-
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
-
#item ⇒ Object
Returns the value of attribute item.
-
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
-
#modifiedFields ⇒ Object
Returns the value of attribute modifiedFields.
-
#query ⇒ Object
Returns the value of attribute query.
-
#recommendationEngine ⇒ Object
Returns the value of attribute recommendationEngine.
Instance Method Summary collapse
-
#initialize(listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil, correlationID = nil, deletedField = []) ⇒ GetRecommendationsRequestContainerType
constructor
A new instance of GetRecommendationsRequestContainerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil, correlationID = nil, deletedField = []) ⇒ GetRecommendationsRequestContainerType
Returns a new instance of GetRecommendationsRequestContainerType.
18089 18090 18091 18092 18093 18094 18095 18096 18097 18098 18099 |
# File 'lib/eBay.rb', line 18089 def initialize(listingFlow = nil, item = nil, externalProductID = nil, modifiedFields = [], recommendationEngine = [], query = nil, correlationID = nil, deletedField = []) @listingFlow = listingFlow @item = item @externalProductID = externalProductID @modifiedFields = modifiedFields @recommendationEngine = recommendationEngine @query = query @correlationID = correlationID @deletedField = deletedField @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18083 18084 18085 |
# File 'lib/eBay.rb', line 18083 def __xmlele_any @__xmlele_any end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
18081 18082 18083 |
# File 'lib/eBay.rb', line 18081 def correlationID @correlationID end |
#deletedField ⇒ Object
Returns the value of attribute deletedField.
18082 18083 18084 |
# File 'lib/eBay.rb', line 18082 def deletedField @deletedField end |
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
18077 18078 18079 |
# File 'lib/eBay.rb', line 18077 def externalProductID @externalProductID end |
#item ⇒ Object
Returns the value of attribute item.
18076 18077 18078 |
# File 'lib/eBay.rb', line 18076 def item @item end |
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
18075 18076 18077 |
# File 'lib/eBay.rb', line 18075 def listingFlow @listingFlow end |
#modifiedFields ⇒ Object
Returns the value of attribute modifiedFields.
18078 18079 18080 |
# File 'lib/eBay.rb', line 18078 def modifiedFields @modifiedFields end |
#query ⇒ Object
Returns the value of attribute query.
18080 18081 18082 |
# File 'lib/eBay.rb', line 18080 def query @query end |
#recommendationEngine ⇒ Object
Returns the value of attribute recommendationEngine.
18079 18080 18081 |
# File 'lib/eBay.rb', line 18079 def recommendationEngine @recommendationEngine end |
Instance Method Details
#set_any(elements) ⇒ Object
18085 18086 18087 |
# File 'lib/eBay.rb', line 18085 def set_any(elements) @__xmlele_any = elements end |