Method: Jamf::Computer#report_date
- Defined in:
- lib/jamf/api/classic/api_objects/computer.rb
#report_date ⇒ Time (readonly) Also known as: last_recon
Returns the last recon time.
689 690 691 |
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 689 def report_date @report_date end |