Method: Gilt::Product.client

Defined in:
lib/gilt/product.rb

.client(apikey, affid = nil) ⇒ Object



11
12
13
# File 'lib/gilt/product.rb', line 11

def self.client(apikey, affid=nil)
  Gilt::Client::Products.new(apikey, affid)
end