Method: Paychex::Request#put

Defined in:
lib/paychex/request.rb

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

HTTP PUT request



19
20
21
# File 'lib/paychex/request.rb', line 19

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