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
Constant Summary collapse
- VERSION =
'0.0.25'.freeze
Class Attribute Summary collapse
-
.proxy ⇒ Object
Returns the value of attribute proxy.
Class Method Summary collapse
Class Attribute Details
.proxy ⇒ Object
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
7 8 9 |
# File 'lib/paychex_api.rb', line 7 def configure yield self if block_given? end |