class Jamf::ManagementHistory::ScreenSharingLog
ScreenSharingLog
- an casper screen sharing event in a Jamf
Compter’s Management History
This should only be instantiated by the ManagementHistory.screen_sharing_logs
method when mixed in to Computers devices.
That method will return an array of these objects.
Public Instance Methods
date_time()
click to toggle source
@return [Time] When the event occured on the server, as a ruby Time
object
# File lib/jamf/api/classic/api_objects/management_history/screen_sharing_log.rb 58 def date_time 59 JSS.epoch_to_time @date_time_epoch if @date_time_epoch 60 end