class MixpanelExport::Events
Public Instance Methods
all(options={})
click to toggle source
# File lib/mixpanel_export/events.rb, line 3 def all(options={}) options[:unit] = options[:unit] || "month" request.get('/events', options) end
names(options={})
click to toggle source
# File lib/mixpanel_export/events.rb, line 12 def names(options={}) request.get('/names', options) end
top(options={})
click to toggle source
# File lib/mixpanel_export/events.rb, line 8 def top(options={}) request.get('/top', options) end