module Desk::Client::Article
Public Instance Methods
article_endpoints()
click to toggle source
# File lib/desk/client/article.rb, line 5 def article_endpoints [ :list, :show, :create, :update, :delete, :search, :list_translations, :show_translation, :create_translation, :update_translation, :delete_translation ] end