module Jamf::Client::JamfHelper

Module for working with jamfHelper.app on a managed client Mac This should be included into Jamf::Client

Constants

JAMF_HELPER

The Pathname to the jamfHelper executable

JAMF_HELPER_ALIGNMENTS

The possible alignment positions in jamfHelper

JAMF_HELPER_BUTTONS

The available buttons in jamfHelper

JAMF_HELPER_WINDOW_POSITIONS

The possible window positions for jamfHelper

JAMF_HELPER_WINDOW_TYPES

The window_type options for jamfHelper

Public Class Methods

included(includer) click to toggle source

when this module is included, also extend our Class Methods

   # File lib/jamf/client/jamf_helper.rb
58 def self.included(includer)
59   Jamf.load_msg "--> #{includer} is including Jamf::Client::JamfHelper"
60   includer.extend(ClassMethods)
61 end