Class: ZendeskAPI::DataResource
- Extended by:
- Verbs
- Defined in:
- lib/zendesk_api/resource.rb
Overview
Indexable resource
Direct Known Subclasses
Ability, CreateResource, CustomRole, DeleteResource, PushNotificationDevice, ReadResource, Request::Comment, Resource, Role, Tag, Ticket::Audit, Ticket::Comment, TicketEvent, TicketMetric, TicketRelated, UpdateResource, UserViewRow, ViewCount, ViewRow
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
Class Method Summary collapse
-
.any(method) ⇒ Object
extended
from Verbs
Executes a any using the passed in method as a path.
-
.delete(method) ⇒ Object
extended
from Verbs
Executes a delete using the passed in method as a path.
-
.post(method) ⇒ Object
extended
from Verbs
Executes a post using the passed in method as a path.
-
.put(method) ⇒ Object
extended
from Verbs
Executes a put using the passed in method as a path.
Constructor Details
This class inherits a constructor from ZendeskAPI::Data
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ZendeskAPI::Data
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
152 153 154 |
# File 'lib/zendesk_api/resource.rb', line 152 def error @error end |
#error_message ⇒ Object
Returns the value of attribute error_message
152 153 154 |
# File 'lib/zendesk_api/resource.rb', line 152 def @error_message end |
Class Method Details
.any(method) ⇒ Object Originally defined in module Verbs
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)
.delete(method) ⇒ Object Originally defined in module Verbs
Executes a delete 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)
.post(method) ⇒ Object Originally defined in module Verbs
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)
.put(method) ⇒ Object Originally defined in module Verbs
Executes a put 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)