module Desk::Client::Rule

Public Instance Methods

rule_endpoints() click to toggle source
# File lib/desk/client/rule.rb, line 5
def rule_endpoints
  [ :list, :show ]
  # PLANNED
  # [ :list_actions, :show_actions,
  #   :list_conditions, :show_conditions ]
end