Method: Paychex::Request#post

Defined in:
lib/paychex/request.rb

#post(path, options = {}) ⇒ Object

HTTP POST request



14
15
16
# File 'lib/paychex/request.rb', line 14

def post(path, options = {})
  request(:post, path, options)
end