module PaylocityWebService

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/paylocity_web_service.rb, line 14
def client
  @client || PaylocityWebService::Client.new(options)
end