Class: UU::OS::Role::RoleCreate

Inherits:
UU::OS::REST::DTO show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/role/role_create.rb

Overview

See Also:

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from UU::OS::REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

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



17
18
19
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 17

def code
  @code
end

- (Object) competent_role_uri



26
27
28
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 26

def competent_role_uri
  @competent_role_uri
end

- (Object) description



23
24
25
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 23

def description
  @description
end

- (Object) dry_run



52
53
54
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 52

def dry_run
  @dry_run
end

- (Object) grant_all_from_organizational_unit



49
50
51
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 49

def grant_all_from_organizational_unit
  @grant_all_from_organizational_unit
end

- (Object) icon_uri



46
47
48
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 46

def icon_uri
  @icon_uri
end

- (Object) meta_artifact_uri



14
15
16
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 14

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) name



20
21
22
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 20

def name
  @name
end

- (Object) searchable_across_territories

Deprecated.


37
38
39
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 37

def searchable_across_territories
  @searchable_across_territories
end

- (Object) searchable_in_territory



32
33
34
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 32

def searchable_in_territory
  @searchable_in_territory
end

- (Object) security_level



29
30
31
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 29

def security_level
  @security_level
end

- (Object) territory_switch_visible

Deprecated.


43
44
45
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_create.rb', line 43

def territory_switch_visible
  @territory_switch_visible
end