module Pricefinder

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/pricefinder.rb, line 9
def self.client
  @client ||= Pricefinder::Client.new
end