Module: Desk

Defined in:
lib/desk/case.rb,
lib/desk/user.rb,
lib/desk/error.rb,
lib/desk/group.rb,
lib/desk/topic.rb,
lib/desk/client.rb,
lib/desk/entity.rb,
lib/desk/filter.rb,
lib/desk/article.rb,
lib/desk/message.rb,
lib/desk/customer.rb,
lib/desk/api/cases.rb,
lib/desk/api/groups.rb,
lib/desk/api/topics.rb,
lib/desk/collection.rb,
lib/desk/connection.rb,
lib/desk/translation.rb,
lib/desk/api/articles.rb,
lib/desk/api/customers.rb,
lib/desk/api/translations.rb,
lib/desk/api/modules/listable.rb,
lib/desk/api/modules/creatable.rb,
lib/desk/api/modules/deletable.rb,
lib/desk/api/modules/searchable.rb,
lib/desk/response/error_handling.rb

Defined Under Namespace

Modules: Api, Response Classes: Article, Case, Client, Collection, Connection, Customer, Entity, Error, Filter, Group, Message, Topic, Translation, User

Constant Summary collapse

BadRequest =
Class.new(Desk::Error)
Unauthorized =
Class.new(Desk::Error)
NotFound =
Class.new(Desk::Error)
Forbidden =
Class.new(Desk::Error)
MethodNotAllowed =
Class.new(Desk::Error)
NotAcceptable =
Class.new(Desk::Error)
Conflict =
Class.new(Desk::Error)
UnsupportedMediaType =
Class.new(Desk::Error)
UnprocessableEntity =
Class.new(Desk::Error)
TooManyRequests =
Class.new(Desk::Error)
NotImplemented =
Class.new(Desk::Error)