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