Returns The path to search for.
Returns:
The path to search for
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