Module: Jamf::Client::ManagementAction
- Included in:
- Jamf::Client
- Defined in:
- lib/jamf/client/management_action.rb
Overview
Module for working with the Management Action.app, which is an interface to the Notification Center This should be included into Jamf::Client
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- MGMT_ACTION =
The Pathname to the Management Action executable
SUPPORT_BIN_FOLDER + 'Management Action.app/Contents/MacOS/Management Action'
Class Method Summary collapse
-
.included(includer) ⇒ Object
when this module is included, also extend our Class Methods.
Class Method Details
.included(includer) ⇒ Object
when this module is included, also extend our Class Methods
47 48 49 50 |
# File 'lib/jamf/client/management_action.rb', line 47 def self.included(includer) Jamf.load_msg "--> #{includer} is including Jamf::Client::ManagementAction" includer.extend(ClassMethods) end |