Class: Ebay::Types::ProductSearchResult

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/product_search_result.rb

Overview

Attributes

text_node :id, 'ID', :optional => true
text_node :num_products, 'NumProducts', :optional => true
array_node :attribute_sets, 'AttributeSet', :class => ResponseAttributeSet, :default_value => []
boolean_node :display_stock_photos, 'DisplayStockPhotos', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=