Class: UU::OS::Role::RoleSetAttributes
  
  
  
  
    - Inherits:
 
    - 
      UU::OS::REST::DTO
      
        
        show all
      
      
 
    
  
  
    
  
    
  
  
  
    - Defined in:
 
    - uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb
 
  
  Instance Attribute Summary (collapse)
  
  
  
  
  
  
  
  Method Summary
  
  
  #initialize, #to_hash, #to_json
  Dynamic Method Handling
  
    This class handles dynamic methods through the method_missing method
    
      in the class UU::OS::REST::DTO
    
  
  
 
  
    Instance Attribute Details
    
      
      
      
  
  
    - (Object) code 
  
  
  
  
    
      
13
14
15 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 13
def code
  @code
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) component_content 
  
  
  
  
    
      
37
38
39 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 37
def component_content
  @component_content
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) description 
  
  
  
  
    
      
16
17
18 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 16
def description
  @description
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) grant_all_from_organizational_unit 
  
  
  
  
    Deprecated. 
All From OU will not be used in the new authorization (v4).
  
   
 
  
  
    
      
34
35
36 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 34
def grant_all_from_organizational_unit
  @grant_all_from_organizational_unit
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) icon_uri 
  
  
  
  
    
      
31
32
33 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 31
def icon_uri
  @icon_uri
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) name 
  
  
  
  
    
      
10
11
12 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 10
def name
  @name
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) searchable_across_territories 
  
  
  
  
    Deprecated. 
This attribute has been deprecated and will not be supported in the future.
  
   
 
  
  
    
      
25
26
27 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 25
def searchable_across_territories
  @searchable_across_territories
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) searchable_in_territory 
  
  
  
  
    
      
22
23
24 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 22
def searchable_in_territory
  @searchable_in_territory
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) security_level 
  
  
  
  
    
      
19
20
21 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 19
def security_level
  @security_level
end 
     | 
  
 
    
      
      
      
  
  
    - (Object) territory_switch_visible 
  
  
  
  
    Deprecated. 
This attribute has been deprecated. The visual use case for displaying
territories and organizational units, which this attribute was used for, is
no longer supported.
  
   
 
  
  
    
      
28
29
30 
     | 
    
      # File 'uu_os-0.29.16/lib/uu/os/role/role_set_attributes.rb', line 28
def territory_switch_visible
  @territory_switch_visible
end 
     |