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, options = {})
  options['Content-Type'] = 'application/x-www-form-urlencoded'
  request(:post, path, options)
end