Method: JSS::Policy#update_locate_database=

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

#update_locate_database=(bool) ⇒ void

This method returns an undefined value.

Set whether or not to update the database used by the locate command.



1016
1017
1018
1019
# File 'lib/jss/api_object/policy.rb', line 1016

def update_locate_database=(bool)
  @files_processes[:update_locate_database] = JSS::Validate.boolean bool
  @need_to_update = true
end