Module: PaychexAPI

Defined in:
lib/paychex_api.rb,
lib/paychex_api/client.rb,
lib/paychex_api/version.rb,
lib/paychex_api/api_array.rb,
lib/paychex_api/client/users.rb,
lib/paychex_api/client/workers.rb,
lib/paychex_api/client/messages.rb,
lib/paychex_api/client/statuses.rb,
lib/paychex_api/client/companies.rb,
lib/paychex_api/client/purchases.rb,
lib/paychex_api/client/associations.rb,
lib/paychex_api/client/notifications.rb

Defined Under Namespace

Classes: ApiArray, Client

Constant Summary collapse

VERSION =
'0.0.25'.freeze

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.proxyObject

Returns the value of attribute proxy.



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

def proxy
  @proxy
end

Class Method Details

.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