Method: JSS::Computer#licensed_sw

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

#licensed_swArray<String>

Returns the JSS-defined “licensed software” titles installed on this machine.

Returns:

  • (Array<String>)

    the JSS-defined “licensed software” titles installed on this machine.



928
929
930
# File 'lib/jss/api_object/computer.rb', line 928

def licensed_sw
  @software[:licensed_software]
end