Class: YahooShoppingSearch::Clients::Item

Inherits:
Base
  • Object
show all
Defined in:
lib/yahoo_shopping_search/clients/item.rb

Class Method Summary collapse

Methods inherited from Base

search

Class Method Details

.response_class_nameObject



7
8
9
# File 'lib/yahoo_shopping_search/clients/item.rb', line 7

def response_class_name
  Responses::Item
end

.urlObject



11
12
13
# File 'lib/yahoo_shopping_search/clients/item.rb', line 11

def url
  'https://shopping.yahooapis.jp/ShoppingWebService/V3/itemSearch'
end