Method: PaychexAPI.configure

Defined in:
lib/paychex_api.rb

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (PaychexAPI)

    the object that the method was called on



7
8
9
# File 'lib/paychex_api.rb', line 7

def configure
  yield self if block_given?
end