Class: FreshdeskAPI::Resource

Inherits:
Data
  • Object
show all
Extended by:
Read
Includes:
Create, Destroy, Update
Defined in:
lib/freshdesk_api/resource.rb

Overview

Represents a resource that can CRUD (create, read, update, destroy)

Direct Known Subclasses

SolutionArticle, SolutionCategory, SolutionFolder

Instance Attribute Summary

Attributes inherited from Data

#attributes, #errors

Method Summary

Methods included from Read

extended, find, find!

Methods included from Destroy

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

Methods included from Update

included, #update, #update!

Methods included from Save

#save, #save!

Methods included from ResponseHandler

#handle_response

Methods included from Create

included

Methods inherited from Data

#==, #id, #initialize, #new_record?, resource_name, singular_resource_name, #to_s

Constructor Details

This class inherits a constructor from FreshdeskAPI::Data