module Jamf::Client::ManagementAction

Module for working with the Management Action.app, which is an interface

to the Notification Center This should be included into Jamf::Client

Constants

MGMT_ACTION

The Pathname to the Management Action executable

Public Class Methods

included(includer) click to toggle source

when this module is included, also extend our Class Methods

   # File lib/jamf/client/management_action.rb
47 def self.included(includer)
48   Jamf.load_msg "--> #{includer} is including Jamf::Client::ManagementAction"
49   includer.extend(ClassMethods)
50 end