class Jamf::ManagementHistory::CasperRemoteLog
CasperRemoteEvent - an casper remote event in a Jamf
Computer’s Management History
This should only be instantiated by the ManagementHistory.usage_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/casper_remote_log.rb 54 def date_time 55 JSS.epoch_to_time @date_time_epoch if @date_time_epoch 56 end