Class: Ebay::Responses::GetSellerList
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_seller_list.rb
Overview
Attributes
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_items, 'HasMoreItems', 'true', 'false', :optional => true
array_node :items, 'ItemArray', 'Item', :class => Item, :default_value => []
numeric_node :items_per_page, 'ItemsPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
numeric_node :returned_item_count_actual, 'ReturnedItemCountActual', :optional => true
object_node :seller, 'Seller', :class => User, :optional => true
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?