Method: FreshdeskAPI::Collection#path
- Defined in:
- lib/freshdesk_api/collection.rb
#path ⇒ Object
The API path to this collection
35 36 37 |
# File 'lib/freshdesk_api/collection.rb', line 35 def path @resource_class.api_url(@options) end |