class Vhx::Analytics
Public Class Methods
report(query_params = {})
click to toggle source
# File lib/vhx/objects/analytics.rb, line 3 def self.report(query_params = {}) response = Vhx.connection.get("/analytics", query_params) self.new(response.body) end