Class: Ebay::Responses::GetWantItNowSearchResults

Inherits:
Abstract
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/responses/get_want_it_now_search_results.rb

Overview

Attributes

array_node :want_it_now_posts, 'WantItNowPostArray', 'WantItNowPost', :class => WantItNowPost, :default_value => []
boolean_node :has_more_items, 'HasMoreItems', 'true', 'false', :optional => true
numeric_node :items_per_page, 'ItemsPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type