Method: Jamf::Computer#udid

Defined in:
lib/jamf/api/classic/api_objects/computer.rb

#udidString

Returns the UDID of the computer.

Returns:

  • (String)

    the UDID of the computer



710
711
712
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 710

def udid
  @udid
end