Method: ZendeskAPI::Verbs#post
- Defined in:
- lib/zendesk_api/verbs.rb
#post(method) ⇒ Object
Executes a post 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)
59 |
# File 'lib/zendesk_api/verbs.rb', line 59 create_verb :post |