Class: JSS::MacApplication

Inherits:
APIObject show all
Defined in:
lib/jss.rb,
lib/jss/api_object/mac_application.rb

Constant Summary collapse

RSRC_BASE =

The base for REST resources of this class

'macapplications'.freeze
RSRC_LIST_KEY =

the hash key used for the JSON list output of all objects in the JSS

:mac_applications
RSRC_OBJECT_KEY =

The hash key used for the JSON object output. It’s also used in various error messages

:mac_application

Constructor Details

This class inherits a constructor from JSS::APIObject