module PaychexAPI
rubocop:disable Metrics/AbcSize,Metrics/MethodLength
rubocop:disable Lint/NonDeterministicRequireOrder
rubocop:disable Lint/UriEscapeUnescape
Constants
- VERSION
Attributes
proxy[RW]
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/paychex_api.rb, line 7 def configure yield self if block_given? end