Method: Ebay::ApiMethods#get_popular_keywords
- Defined in:
- lib/ebay/api_methods.rb
#get_popular_keywords(params = {}) ⇒ Object
Builds Ebay::Requests#GetPopularKeywords
Returns Ebay::Responses#GetPopularKeywords
Official Documentation for GetPopularKeywords
545 546 547 |
# File 'lib/ebay/api_methods.rb', line 545 def get_popular_keywords(params = {}) commit(Ebay::Requests::GetPopularKeywords, params) end |