Class: Ebay::Responses::GetMyeBayBuying

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

Overview

Attributes

object_node :buying_summary, 'BuyingSummary', :class => BuyingSummary, :optional => true
object_node :watch_list, 'WatchList', :class => PaginatedItemArray, :optional => true
object_node :bid_list, 'BidList', :class => PaginatedItemArray, :optional => true
object_node :best_offer_list, 'BestOfferList', :class => PaginatedItemArray, :optional => true
object_node :won_list, 'WonList', :class => PaginatedOrderTransactionArray, :optional => true
object_node :lost_list, 'LostList', :class => PaginatedItemArray, :optional => true
object_node :favorite_searches, 'FavoriteSearches', :class => MyeBayFavoriteSearchList, :optional => true
object_node :favorite_sellers, 'FavoriteSellers', :class => MyeBayFavoriteSellerList, :optional => true
array_node :second_chance_offers, 'SecondChanceOffer', :class => Item, :default_value => []
array_node :bid_assistant_lists, 'BidAssistantList', 'BidGroup', :class => BidGroup, :default_value => []
object_node :deleted_from_won_list, 'DeletedFromWonList', :class => PaginatedOrderTransactionArray, :optional => true
object_node :deleted_from_lost_list, 'DeletedFromLostList', :class => PaginatedItemArray, :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