Module: AmazonRuby

Defined in:
lib/amazon-ruby.rb,
lib/amazon-ruby/cart.rb,
lib/amazon-ruby/client.rb,
lib/amazon-ruby/locale.rb,
lib/amazon-ruby/product.rb,
lib/amazon-ruby/version.rb,
lib/amazon-ruby/response.rb,
lib/amazon-ruby/exception.rb

Defined Under Namespace

Modules: Cart, Product Classes: Client, InvalidHttpClient, KeyNotFound, Locale, Response, SecretNotFound, TagNotFound, UnsupportedCountry

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.new(country, amazon_key, amazon_secret, amazon_associate_tag) ⇒ Object

Alias for AmazonRuby::Client.new



13
14
15
# File 'lib/amazon-ruby.rb', line 13

def new(country, amazon_key, amazon_secret, amazon_associate_tag)
	AmazonRuby::Client.new(country, amazon_key, amazon_secret, amazon_associate_tag);
end