Method: JSS::Computer#application_usage
- Defined in:
- lib/jss/api_object/computer.rb
#application_usage(start_date, end_date = nil) ⇒ Object
Get application usage data for this computer for a given date range. See application_usage for details
936 937 938 |
# File 'lib/jss/api_object/computer.rb', line 936 def application_usage(start_date, end_date = nil) JSS::Computer.application_usage @id, start_date, end_date, api: @api end |