Class: EBay::GetRecommendationsRequestContainerType
- Inherits:
-
Object
- Object
- EBay::GetRecommendationsRequestContainerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetRecommendationsRequestContainerType
listingFlow - EBay::ListingFlowCodeType
item - EBay::ItemType
recommendationEngine - EBay::RecommendationEngineCodeType
query - SOAP::SOAPString
correlationID - SOAP::SOAPString
deletedField - SOAP::SOAPString
excludeRelationships - SOAP::SOAPBoolean
includeConfidence - SOAP::SOAPBoolean
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.
-
#excludeRelationships ⇒ Object
Returns the value of attribute excludeRelationships.
-
#includeConfidence ⇒ Object
Returns the value of attribute includeConfidence.
-
#item ⇒ Object
Returns the value of attribute item.
-
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
-
#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, recommendationEngine = [], query = nil, correlationID = nil, deletedField = [], excludeRelationships = nil, includeConfidence = nil) ⇒ GetRecommendationsRequestContainerType
constructor
A new instance of GetRecommendationsRequestContainerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingFlow = nil, item = nil, recommendationEngine = [], query = nil, correlationID = nil, deletedField = [], excludeRelationships = nil, includeConfidence = nil) ⇒ GetRecommendationsRequestContainerType
Returns a new instance of GetRecommendationsRequestContainerType.
24785 24786 24787 24788 24789 24790 24791 24792 24793 24794 24795 |
# File 'lib/eBay.rb', line 24785 def initialize(listingFlow = nil, item = nil, recommendationEngine = [], query = nil, correlationID = nil, deletedField = [], excludeRelationships = nil, includeConfidence = nil) @listingFlow = listingFlow @item = item @recommendationEngine = recommendationEngine @query = query @correlationID = correlationID @deletedField = deletedField @excludeRelationships = excludeRelationships @includeConfidence = includeConfidence @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24779 24780 24781 |
# File 'lib/eBay.rb', line 24779 def __xmlele_any @__xmlele_any end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
24775 24776 24777 |
# File 'lib/eBay.rb', line 24775 def correlationID @correlationID end |
#deletedField ⇒ Object
Returns the value of attribute deletedField.
24776 24777 24778 |
# File 'lib/eBay.rb', line 24776 def deletedField @deletedField end |
#excludeRelationships ⇒ Object
Returns the value of attribute excludeRelationships.
24777 24778 24779 |
# File 'lib/eBay.rb', line 24777 def excludeRelationships @excludeRelationships end |
#includeConfidence ⇒ Object
Returns the value of attribute includeConfidence.
24778 24779 24780 |
# File 'lib/eBay.rb', line 24778 def includeConfidence @includeConfidence end |
#item ⇒ Object
Returns the value of attribute item.
24772 24773 24774 |
# File 'lib/eBay.rb', line 24772 def item @item end |
#listingFlow ⇒ Object
Returns the value of attribute listingFlow.
24771 24772 24773 |
# File 'lib/eBay.rb', line 24771 def listingFlow @listingFlow end |
#query ⇒ Object
Returns the value of attribute query.
24774 24775 24776 |
# File 'lib/eBay.rb', line 24774 def query @query end |
#recommendationEngine ⇒ Object
Returns the value of attribute recommendationEngine.
24773 24774 24775 |
# File 'lib/eBay.rb', line 24773 def recommendationEngine @recommendationEngine end |
Instance Method Details
#set_any(elements) ⇒ Object
24781 24782 24783 |
# File 'lib/eBay.rb', line 24781 def set_any(elements) @__xmlele_any = elements end |