Class: Ebay::Types::GetRecommendationsResponseContainer
- Inherits:
-
Object
- Object
- Ebay::Types::GetRecommendationsResponseContainer
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/get_recommendations_response_container.rb
Overview
Attributes
object_node :listing_analyzer_recommendations, 'ListingAnalyzerRecommendations', :class => ListingAnalyzerRecommendations, :optional => true
object_node :sifftas_recommendations, 'SIFFTASRecommendations', :class => SIFFTASRecommendations, :optional => true
object_node :pricing_recommendations, 'PricingRecommendations', :class => PricingRecommendations, :optional => true
object_node :attribute_recommendations, 'AttributeRecommendations', :class => AttributeRecommendations, :optional => true
array_node :product_recommendations, 'ProductRecommendations', 'Product', :class => ProductInfo, :default_value => []
text_node :correlation_id, 'CorrelationID', :optional => true
object_node :item_specifics_recommendations, 'ItemSpecificsRecommendations', :class => ItemSpecificsRecommendations, :optional => true
Method Summary
#initialize, #object_attributes=