Method: JSS::Policy#search_by_path

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

#search_by_pathPathname

Returns The path to search for.

Returns:



1053
1054
1055
1056
1057
1058
1059
# File 'lib/jss/api_object/policy.rb', line 1053

def search_by_path
  if @files_processes[:search_by_path].nil?
    return nil
  else
    Pathname.new @files_processes[:search_by_path]
  end
end