class WhitepagesPro::Client
Public Class Methods
new(options={})
click to toggle source
# File lib/whitepagespro/client.rb, line 12 def initialize(options={}) WhitepagesPro::Configurable.keys.each do |key| instance_variable_set(:"@#{key}", options[key] || WhitepagesPro.instance_variable_get(:"@#{key}")) end end