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