Module: YahooShoppingSearch
- Defined in:
- lib/yahoo_shopping_search.rb,
lib/yahoo_shopping_search/config.rb,
lib/yahoo_shopping_search/version.rb,
lib/yahoo_shopping_search/clients/base.rb,
lib/yahoo_shopping_search/clients/item.rb,
lib/yahoo_shopping_search/resources/item.rb,
lib/yahoo_shopping_search/responses/base.rb,
lib/yahoo_shopping_search/responses/item.rb
Defined Under Namespace
Modules: Clients, Resources, Responses
Classes: BadRequestError, Config, ForbiddenError, InternalServerError, NextPageNotFound, NotFoundError, ServiceUnavailableError, UnauthorizedError
Constant Summary
collapse
- VERSION =
'0.1.0'
Class Method Summary
collapse
Class Method Details
22
23
24
|
# File 'lib/yahoo_shopping_search.rb', line 22
def configure
yield config
end
|