module YahooShoppingSearch

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/yahoo_shopping_search.rb, line 26
def config
  @_config ||= ::YahooShoppingSearch::Config.new
end
configure() { |config| ... } click to toggle source
# File lib/yahoo_shopping_search.rb, line 22
def configure
  yield config
end