Class: Jamf::InstalledApplication
- Inherits:
-
JSONObject
- Object
- JSONObject
- Jamf::InstalledApplication
- Defined in:
- lib/jamf/api/json_objects/installed_application.rb
Overview
An installed application on a device
Constant Summary collapse
- OBJECT_MODEL =
{ # @!attribute [r] identifier # @return [String] identifier: { class: :string, readonly: true }, # @!attribute [r] name # @return [String] name: { class: :string, readonly: true }, # @!attribute [r] version # @return [String] version: { class: :string, readonly: true } }.freeze
Instance Attribute Summary collapse
- #identifier ⇒ String readonly
- #name ⇒ String readonly
- #version ⇒ String readonly
Constructor Details
This class inherits a constructor from Jamf::JSONObject
Instance Attribute Details
#identifier ⇒ String (readonly)
|
|
# File 'lib/jamf/api/json_objects/installed_application.rb', line 34
|