class MixpanelExport::EventProperties

Public Instance Methods

properties(options={}) click to toggle source
# File lib/mixpanel_export/event_properties.rb, line 3
def properties(options={})
  request.get('/events/properties', options)
end
top(options={}) click to toggle source
# File lib/mixpanel_export/event_properties.rb, line 7
def top(options={})
  request.get('/events/properties/top', options)
end
values(options={}) click to toggle source
# File lib/mixpanel_export/event_properties.rb, line 11
def values(options={})
  request.get('/events/properties/values', options)
end