Method: Paychex::Request#get

Defined in:
lib/paychex/request.rb

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

HTTP GET request



9
10
11
# File 'lib/paychex/request.rb', line 9

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