Class: Jamf::ManagementHistory::CasperImagingLog
- Includes:
- HashLike
- Defined in:
- lib/jamf/api/classic/api_objects/management_history/casper_imaging_log.rb
Overview
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.
Instance Attribute Summary collapse
- 
  
    
      #date_time_epoch  ⇒ Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    When the event occured on the server, as a unix epoch timestamp with milliseconds. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The status of the event. 
Instance Method Summary collapse
- #[](attr) ⇒ Object included from HashLike
- 
  
    
      #date_time  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    @return [Time] When the event occured on the server, as a ruby Time object. 
Instance Attribute Details
#date_time_epoch ⇒ Integer (readonly)
Returns When the event occured on the server, as a unix epoch timestamp with milliseconds.
|  | # File 'lib/jamf/api/classic/api_objects/management_history/casper_imaging_log.rb', line 47
 | 
#status ⇒ String (readonly)
Returns The status of the event.
|  | # File 'lib/jamf/api/classic/api_objects/management_history/casper_imaging_log.rb', line 44
 |