Method: Jamf::Computer#sus

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

#susString (readonly)

Returns the name of the Software Update Server assigned to this machine.

Returns:

  • (String)

    the name of the Software Update Server assigned to this machine.



707
708
709
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 707

def sus
  @sus
end