Module: Auth0::Api::V2::Stats
- Included in:
- Auth0::Api::V2
- Defined in:
- lib/auth0/api/v2/stats.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) active_users
6 7 8 |
# File 'lib/auth0/api/v2/stats.rb', line 6 def active_users get(path) end |
- (Object) daily_stats(from, to)
11 12 13 14 15 16 17 |
# File 'lib/auth0/api/v2/stats.rb', line 11 def daily_stats(from, to) request_params = { from: from, to: to } get(path, request_params) end |