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.
Attributes inherited from Data
#association, #attributes, #errors, #response
Method Summary
Methods included from Verbs
Methods inherited from Data
#==, #id, inherited, #initialize, #loaded_associations, #method_missing, namespace, new_from_response, #new_record?, #path, resource_name, resource_path, singular_resource_name, subclasses, #to_json, #to_s
Methods included from Associations
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 |