class Jamf::ManagementHistory::CasperImagingLog
CasperImagingLog
- a casper imaging event in a Jamf
Computer’s Management History
This should only be instantiated by the ManagementHistory.casper_imaging_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_imaging_log.rb 53 def date_time 54 JSS.epoch_to_time @date_time_epoch if @date_time_epoch 55 end