Returns all apps installed on this machine. Hash keys are :name, :path, and :version.
Returns:
all apps installed on this machine. Hash keys are :name, :path, and :version
921 922 923
# File 'lib/jss/api_object/computer.rb', line 921 def apps @software[:applications] end