Method: ZendeskAPI::Verbs#any
- Defined in:
- lib/zendesk_api/verbs.rb
#any(method) ⇒ Object
Executes a any using the passed in method as a path. Reloads the resource’s attributes if any are in the response body.
Created method takes an optional options hash. Valid options to be passed in to the created method: reload (for caching, default: false)
61 |
# File 'lib/zendesk_api/verbs.rb', line 61 create_verb :any |