Method: JSS::Policy#delete_file?

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

#delete_file?Boolean Also known as: delete_path?

Returns Should the searched-for path be deleted if found?.

Returns:

  • (Boolean)

    Should the searched-for path be deleted if found?



1063
1064
1065
# File 'lib/jss/api_object/policy.rb', line 1063

def delete_file?
  @files_processes[:delete_file]
end