Method: JSS::Computer#udid

Defined in:
lib/jss/api_object/computer.rb

#udidString

Returns the UDID of the computer.

Returns:

  • (String)

    the UDID of the computer



588
589
590
# File 'lib/jss/api_object/computer.rb', line 588

def udid
  @udid
end