Class: EBay::GetRecommendationsResponseContainerType
- Inherits:
-
Object
- Object
- EBay::GetRecommendationsResponseContainerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetRecommendationsResponseContainerType
listingAnalyzerRecommendations - EBay::ListingAnalyzerRecommendationsType
sIFFTASRecommendations - EBay::SIFFTASRecommendationsType
pricingRecommendations - EBay::PricingRecommendationsType
attributeRecommendations - EBay::AttributeRecommendationsType
productRecommendations - EBay::ProductRecommendationsType
correlationID - SOAP::SOAPString
recommendations - EBay::RecommendationsType
productListingDetails - EBay::ProductListingDetailsType
title - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeRecommendations ⇒ Object
Returns the value of attribute attributeRecommendations.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#listingAnalyzerRecommendations ⇒ Object
Returns the value of attribute listingAnalyzerRecommendations.
-
#pricingRecommendations ⇒ Object
Returns the value of attribute pricingRecommendations.
-
#productListingDetails ⇒ Object
Returns the value of attribute productListingDetails.
-
#productRecommendations ⇒ Object
Returns the value of attribute productRecommendations.
-
#recommendations ⇒ Object
Returns the value of attribute recommendations.
-
#sIFFTASRecommendations ⇒ Object
Returns the value of attribute sIFFTASRecommendations.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil, correlationID = nil, recommendations = nil, productListingDetails = nil, title = nil) ⇒ GetRecommendationsResponseContainerType
constructor
A new instance of GetRecommendationsResponseContainerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil, correlationID = nil, recommendations = nil, productListingDetails = nil, title = nil) ⇒ GetRecommendationsResponseContainerType
Returns a new instance of GetRecommendationsResponseContainerType.
24824 24825 24826 24827 24828 24829 24830 24831 24832 24833 24834 24835 |
# File 'lib/eBay.rb', line 24824 def initialize(listingAnalyzerRecommendations = nil, sIFFTASRecommendations = nil, pricingRecommendations = nil, attributeRecommendations = nil, productRecommendations = nil, correlationID = nil, recommendations = nil, productListingDetails = nil, title = nil) @listingAnalyzerRecommendations = listingAnalyzerRecommendations @sIFFTASRecommendations = sIFFTASRecommendations @pricingRecommendations = pricingRecommendations @attributeRecommendations = attributeRecommendations @productRecommendations = productRecommendations @correlationID = correlationID @recommendations = recommendations @productListingDetails = productListingDetails @title = title @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24818 24819 24820 |
# File 'lib/eBay.rb', line 24818 def __xmlele_any @__xmlele_any end |
#attributeRecommendations ⇒ Object
Returns the value of attribute attributeRecommendations.
24812 24813 24814 |
# File 'lib/eBay.rb', line 24812 def attributeRecommendations @attributeRecommendations end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
24814 24815 24816 |
# File 'lib/eBay.rb', line 24814 def correlationID @correlationID end |
#listingAnalyzerRecommendations ⇒ Object
Returns the value of attribute listingAnalyzerRecommendations.
24809 24810 24811 |
# File 'lib/eBay.rb', line 24809 def listingAnalyzerRecommendations @listingAnalyzerRecommendations end |
#pricingRecommendations ⇒ Object
Returns the value of attribute pricingRecommendations.
24811 24812 24813 |
# File 'lib/eBay.rb', line 24811 def pricingRecommendations @pricingRecommendations end |
#productListingDetails ⇒ Object
Returns the value of attribute productListingDetails.
24816 24817 24818 |
# File 'lib/eBay.rb', line 24816 def productListingDetails @productListingDetails end |
#productRecommendations ⇒ Object
Returns the value of attribute productRecommendations.
24813 24814 24815 |
# File 'lib/eBay.rb', line 24813 def productRecommendations @productRecommendations end |
#recommendations ⇒ Object
Returns the value of attribute recommendations.
24815 24816 24817 |
# File 'lib/eBay.rb', line 24815 def recommendations @recommendations end |
#sIFFTASRecommendations ⇒ Object
Returns the value of attribute sIFFTASRecommendations.
24810 24811 24812 |
# File 'lib/eBay.rb', line 24810 def sIFFTASRecommendations @sIFFTASRecommendations end |
#title ⇒ Object
Returns the value of attribute title.
24817 24818 24819 |
# File 'lib/eBay.rb', line 24817 def title @title end |
Instance Method Details
#set_any(elements) ⇒ Object
24820 24821 24822 |
# File 'lib/eBay.rb', line 24820 def set_any(elements) @__xmlele_any = elements end |