Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1014 Bytes

File metadata and controls

30 lines (24 loc) · 1014 Bytes

WhatpulseSdk::UserResourceTotals

Properties

Name Type Description Notes
keys Integer The total number of keys pressed by the user.
clicks Integer The total number of mouse clicks made by the user.
download_mb Float The total amount of data downloaded by the user, in megabytes.
upload_mb Float The total amount of data uploaded by the user, in megabytes.
uptime_seconds Integer The total uptime the user has recorded, in seconds.
scrolls Integer The total number of mouse scrolls recorded for the user.
distance_miles Float The total distance the mouse has moved in miles on this computer.

Example

require 'whatpulse-sdk'

instance = WhatpulseSdk::UserResourceTotals.new(
  keys: null,
  clicks: null,
  download_mb: null,
  upload_mb: null,
  uptime_seconds: null,
  scrolls: null,
  distance_miles: null
)