module Desk::Client::CustomField

Public Instance Methods

custom_field_endpoints() click to toggle source
# File lib/desk/client/custom_field.rb, line 5
def custom_field_endpoints
  [ :list, :show ]
end