Method: Jamf::ManagementHistory#completed_mdm_commands
- Defined in:
- lib/jamf/api/classic/api_objects/management_history.rb
#completed_mdm_commands ⇒ Object Also known as: completed_commands
The completed_mdm_commands for this object
766 767 768 |
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 766 def completed_mdm_commands self.class.completed_mdm_commands(@id, cnx: @cnx) end |