Method: Ebay::ApiMethods#get_bidder_list

Defined in:
lib/ebay/api_methods.rb

#get_bidder_list(params = {}) ⇒ Object

Builds Ebay::Requests#GetBidderList

Returns Ebay::Responses#GetBidderList

Official Documentation for GetBidderList



281
282
283
# File 'lib/ebay/api_methods.rb', line 281

def get_bidder_list(params = {})
  commit(Ebay::Requests::GetBidderList, params)
end