Class: Jamf::DirectoryBindingType::DirectoryBindingType
- Defined in:
- lib/jamf/api/classic/api_objects/directory_binding_type/directory_binding_type.rb
Overview
A generic binding type class that sets common variables, methods, and constructors for all the different directory binding types.
Direct Known Subclasses
Constant Summary collapse
- NETWORK_PROTOCOL =
The different network protocols supported.
{ afp: 'AFP', smb: 'SMB' }.freeze
- HOME_FOLDER_TYPE =
The different home folder types.
{ network: 'Network', local: 'Local', either: 'Either', mobile: 'Mobile' }.freeze
Instance Attribute Summary collapse
-
#container ⇒ Object
This is used to properly handle updating the containing object.
Instance Attribute Details
#container ⇒ Object
This is used to properly handle updating the containing object.
67 68 69 |
# File 'lib/jamf/api/classic/api_objects/directory_binding_type/directory_binding_type.rb', line 67 def container @container end |