Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 973 Bytes

File metadata and controls

30 lines (24 loc) · 973 Bytes

WhatpulseSdk::ComputerResourceTotals

Properties

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

Example

require 'whatpulse-sdk'

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