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
1057 1058 1059
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 1057 def apps @software[:applications] end