Method: FreshdeskAPI::Collection#get_response
- Defined in:
- lib/freshdesk_api/collection.rb
#get_response(path) ⇒ Object
50 51 52 |
# File 'lib/freshdesk_api/collection.rb', line 50 def get_response(path) @client.connection[path].send(:get, @options) end |