Class: ZendeskAPI::User::CurrentSession

Inherits:
SingularResource show all
Defined in:
lib/zendesk_api/resources.rb

Instance Attribute Summary

Attributes inherited from DataResource

#error, #error_message

Attributes inherited from Data

#association, #attributes, #errors, #response

Class Method Summary collapse

Methods inherited from SingularResource

#attributes_for_save

Methods included from Destroy

#destroy, #destroy!, #destroyed?, included

Methods included from ZendeskAPI::Update

included

Methods included from Save

#clear_associations, #save, #save!, #save_associations

Methods included from ResponseHandler

#handle_response

Methods included from Create

included

Methods included from Read

included, #reload!

Methods included from Sideloading

included, #set_includes

Methods included from Verbs

#any, #delete, #post, #put

Methods inherited from Data

#==, #attributes_for_save, #id, inherited, #initialize, #loaded_associations, #method_missing, namespace, new_from_response, #new_record?, #path, resource_path, #respond_to_missing?, subclasses, #to_json, #to_s

Methods included from Associations

included, #wrap_resource

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_nameObject Also known as: resource_name



700
701
702
# File 'lib/zendesk_api/resources.rb', line 700

def singular_resource_name
  'session'
end