Method: Jamf::Computer#apps

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

#appsArray<Hash>

Returns all apps installed on this machine. Hash keys are :name, :path, and :version.

Returns:

  • (Array<Hash>)

    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