Method: Jamf::ManagementHistory#last_mdm_contact
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#last_mdm_contact ⇒ Object
The time of the last completed mdm command for this object
775 776 777 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 775 def last_mdm_contact self.class.last_mdm_contact(@id, cnx: @cnx) end |