Method: Paychex::Request#auth
- Defined in:
- lib/paychex/request.rb
#auth(path, options = {}) ⇒ Object
28 29 30 31 |
# File 'lib/paychex/request.rb', line 28 def auth(path, = {}) ['Content-Type'] = 'application/x-www-form-urlencoded' request(:post, path, ) end |