Method: Jamf::MDM#blank_push
- Defined in:
- lib/jamf/api/classic/api_objects/mdm.rb
#blank_push ⇒ void Also known as: send_blank_push, noop
This method returns an undefined value.
Send a blank push to this object
1101 1102 1103 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1101 def blank_push self.class.send_blank_push @id, cnx: @cnx end |