Class: Ebay::Responses::GetCategories

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

Overview

Attributes

array_node :categories, 'CategoryArray', 'Category', :class => Category, :default_value => []
numeric_node :category_count, 'CategoryCount', :optional => true
time_node :update_time, 'UpdateTime', :optional => true
text_node :category_version, 'CategoryVersion', :optional => true
boolean_node :reserve_price_allowed, 'ReservePriceAllowed', 'true', 'false', :optional => true
numeric_node :minimum_reserve_price, 'MinimumReservePrice', :optional => true
boolean_node :reduce_reserve_allowed, 'ReduceReserveAllowed', '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