Class: JSS::DirectoryBindingType::DirectoryBindingType

Inherits:
Object
  • Object
show all
Defined in:
lib/jss/api_object/directory_binding_type.rb

Overview

A generic binding type class that sets common variables, methods, and constructors for all the different directory binding types.

Author:

  • Tyler Morgan

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

Instance Attribute Details

#containerObject

This is used to properly handle updating the containing object.



82
83
84
# File 'lib/jss/api_object/directory_binding_type.rb', line 82

def container
  @container
end