Class: ZendeskAPI::User::CurrentSession
- Inherits:
-
SingularResource
- Object
- Data
- DataResource
- Resource
- SingularResource
- ZendeskAPI::User::CurrentSession
- Defined in:
- lib/zendesk_api/resources.rb
Instance Attribute Summary
Attributes inherited from DataResource
Attributes inherited from Data
#association, #attributes, #errors, #response
Class Method Summary collapse
- .singular_resource_name ⇒ Object (also: resource_name)
Methods inherited from SingularResource
Methods included from Destroy
#destroy, #destroy!, #destroyed?, included
Methods included from ZendeskAPI::Update
Methods included from Save
#clear_associations, #save, #save!, #save_associations
Methods included from ResponseHandler
Methods included from Create
Methods included from Read
Methods included from Sideloading
Methods included from Verbs
Methods inherited from Data
#==, #id, inherited, #initialize, #loaded_associations, #method_missing, namespace, new_from_response, #new_record?, #path, resource_path, 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
Class Method Details
.singular_resource_name ⇒ Object Also known as: resource_name
696 697 698 |
# File 'lib/zendesk_api/resources.rb', line 696 def singular_resource_name 'session' end |