class Shopkit::Client
Public Class Methods
new(options={})
click to toggle source
# File lib/shopkit/client.rb, line 14 def initialize(options={}) options = Shopkit.options.merge(options) Configuration::VALID_OPTIONS_KEYS.each do |key| send("#{key}=", options[key]) end end