class Jamf::DirectoryBindingType
Module for containing the different types of DirectoryBindings stored within the JSS
Module for containing the different types of DirectoryBindings stored within the JSS
Module for containing the different types of DirectoryBindings stored within the JSS
Module for containing the different types of DirectoryBindings stored within the JSS
Module for containing the different types of DirectoryBindings stored within the JSS
Module for containing the different types of DirectoryBindings stored within the JSS
Module for containing the different types of DirectoryBindings stored within the JSS
Public Instance Methods
set_type_settings(settings)
click to toggle source
# File lib/jamf/api/classic/api_objects/directory_binding_type.rb 40 def set_type_settings(settings) 41 @type_settings = settings 42 @type_settings.container = self 43 end
should_update()
click to toggle source
Module Methods
# File lib/jamf/api/classic/api_objects/directory_binding_type.rb 36 def should_update 37 @need_to_update = true 38 end