Method: Jamf::Computer#report_date

Defined in:
lib/jamf/api/classic/api_objects/computer.rb

#report_dateTime (readonly) Also known as: last_recon

Returns the last recon time.

Returns:

  • (Time)

    the last recon time



689
690
691
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 689

def report_date
  @report_date
end