Class: Ebay::Requests::GetMyeBayBuying

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

Overview

Attributes

object_node :watch_list, 'WatchList', :class => ItemListCustomization, :optional => true
object_node :bid_list, 'BidList', :class => ItemListCustomization, :optional => true
object_node :best_offer_list, 'BestOfferList', :class => ItemListCustomization, :optional => true
object_node :won_list, 'WonList', :class => ItemListCustomization, :optional => true
object_node :lost_list, 'LostList', :class => ItemListCustomization, :optional => true
object_node :favorite_searches, 'FavoriteSearches', :class => MyeBaySelection, :optional => true
object_node :favorite_sellers, 'FavoriteSellers', :class => MyeBaySelection, :optional => true
object_node :second_chance_offer, 'SecondChanceOffer', :class => MyeBaySelection, :optional => true
object_node :bid_assistant_list, 'BidAssistantList', :class => BidAssistantList, :optional => true
object_node :deleted_from_won_list, 'DeletedFromWonList', :class => ItemListCustomization, :optional => true
object_node :deleted_from_lost_list, 'DeletedFromLostList', :class => ItemListCustomization, :optional => true
object_node :buying_summary, 'BuyingSummary', :class => ItemListCustomization, :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token, #password, #username

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type