Class: Ebay::Responses::GetCategoryListings

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

Overview

Attributes

array_node :items, 'ItemArray', 'Item', :class => Item, :default_value => []
object_node :category, 'Category', :class => Category, :optional => true
array_node :sub_categories, 'SubCategories', 'Category', :class => Category, :default_value => []
numeric_node :items_per_page, 'ItemsPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
boolean_node :has_more_items, 'HasMoreItems', 'true', 'false'
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
object_node :buying_guide_details, 'BuyingGuideDetails', :class => BuyingGuideDetails, :optional => true
array_node :related_search_keywords, 'RelatedSearchKeywordArray', :class => RelatedSearchKeywordArray, :default_value => []
boolean_node :duplicate_items, 'DuplicateItems', 'true', 'false', :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