module Desk::Client::Insight
Public Instance Methods
create_insights_report(*args)
click to toggle source
# File lib/desk/client/insight.rb, line 10 def create_insights_report(*args) options = args.last.is_a?(Hash) ? args.pop : {} post("insights3/reports", options) end
show_insights_meta()
click to toggle source
# File lib/desk/client/insight.rb, line 5 def show_insights_meta get("insights3/meta") end
Also aliased as: insights_meta