Class: Ebay::Responses::GetSearchResultsExpress
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_search_results_express.rb
Overview
Attributes
array_node :histograms, 'Histogram', 'Department', :class => ExpressHistogramDepartment, :default_value => []
array_node :items, 'ItemArray', 'Item', :class => Item, :default_value => []
array_node :products, 'ProductArray', 'Product', :class => ExpressProduct, :default_value => []
numeric_node :entries_per_page, 'EntriesPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
boolean_node :has_more_entries, 'HasMoreEntries', 'true', 'false'
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?