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