Class: Ebay::Responses::GetMyeBaySelling
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_my_ebay_selling.rb
Overview
Attributes
object_node :selling_summary, 'SellingSummary', :class => SellingSummary, :optional => true
object_node :scheduled_list, 'ScheduledList', :class => PaginatedItemArray, :optional => true
object_node :active_list, 'ActiveList', :class => PaginatedItemArray, :optional => true
object_node :sold_list, 'SoldList', :class => PaginatedOrderTransactionArray, :optional => true
object_node :unsold_list, 'UnsoldList', :class => PaginatedItemArray, :optional => true
object_node :summary, 'Summary', :class => MyeBaySellingSummary, :optional => true
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?