Method: JSS::Policy#run_command

Defined in:
lib/jss/api_object/policy.rb

#run_commandString Also known as: command_to_run

Returns The unix shell command to run on ths client.

Returns:

  • The unix shell command to run on ths client.



986
987
988
# File 'lib/jss/api_object/policy.rb', line 986

def run_command
  @files_processes[:run_command]
end