Class: UU::OS::AccessRole::AccessRoleAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AccessRole::AccessRoleAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb
Overview
Use PersonalAccessRole::PersonalAccessRoleAttributes instead.
Instance Attribute Summary (collapse)
-
- (Object) artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) code
Code of the personal access role.
- - (Object) company_uri deprecated Deprecated.
-
- (Object) competent_role_uri
URI of the competent role.
-
- (Object) component_content
Indicates whether the primarily displayed content of the access role is component content.
-
- (Object) creation_stamp
Creation stamp of the access role.
-
- (Object) creation_time
Creation time of the access role.
-
- (Object) description
Description of the personal access role.
-
- (Object) entity_type_uri
UESURI of the entity type of the access role.
-
- (Object) first_name
First name of the personal access role.
-
- (Object) grant_all_from_organizational_unit
Specifies if the access role is be included among All roles from organizational unit.
-
- (Object) icon_uri
URI of the access role's icon.
-
- (Object) location_uri
URI of the personal access role's container.
-
- (Object) meta_artifact_uri
URI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the access role.
-
- (Object) modification_time
Modification time of the access role.
-
- (Object) organizational_unit_uri
URI of the organizational unit in which the personal access role lies.
-
- (Object) searchable_in_territory
Specifies if it is possible to search the access role in its territory.
-
- (Object) security_clearance
Security clearance of the access role.
-
- (Object) security_level
Security level of the access role.
-
- (Object) state_type
State type of the access role.
-
- (Object) surname
Surname of the personal access role.
-
- (Object) universe_id
Universe identifier of the user.
-
- (Object) uri
Normalized UESURI of the personal access role.
-
- (Object) version
Version of the access role.
Instance Method Summary (collapse)
-
- (Object) revision
deprecated
Deprecated.
Use #version instead.
-
- (Object) revision=(val)
deprecated
Deprecated.
Use #version instead.
Methods inherited from 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) artifact_type
Always returns nil.
46 47 48 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 46 def artifact_type @artifact_type end |
- (Object) code
Code of the personal access role. Never nil.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 20 def code @code end |
- (Object) company_uri
33 34 35 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 33 def company_uri @company_uri end |
- (Object) competent_role_uri
URI of the competent role. Never nil.
42 43 44 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 42 def competent_role_uri @competent_role_uri end |
- (Object) component_content
Indicates whether the primarily displayed content of the access role is component content.
86 87 88 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 86 def component_content @component_content end |
- (Object) creation_stamp
Creation stamp of the access role.
55 56 57 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 55 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the access role.
58 59 60 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 58 def creation_time @creation_time end |
- (Object) description
Description of the personal access role. Never nil.
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 23 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the access role. Never nil.
80 81 82 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 80 def entity_type_uri @entity_type_uri end |
- (Object) first_name
First name of the personal access role. Never nil.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 14 def first_name @first_name end |
- (Object) grant_all_from_organizational_unit
Specifies if the access role is be included among All roles from organizational unit. Never nil.
77 78 79 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 77 def grant_all_from_organizational_unit @grant_all_from_organizational_unit end |
- (Object) icon_uri
URI of the access role's icon. When nil is set, the role uses icon from meta artifact.
73 74 75 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 73 def icon_uri @icon_uri end |
- (Object) location_uri
URI of the personal access role's container. Never nil.
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 26 def location_uri @location_uri end |
- (Object) meta_artifact_uri
URI of the meta artifact. Never nil.
36 37 38 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 36 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the access role.
61 62 63 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 61 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the access role.
64 65 66 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 64 def modification_time @modification_time end |
- (Object) organizational_unit_uri
URI of the organizational unit in which the personal access role lies. Never nil.
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 29 def organizational_unit_uri @organizational_unit_uri end |
- (Object) searchable_in_territory
Specifies if it is possible to search the access role in its territory.
70 71 72 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 70 def searchable_in_territory @searchable_in_territory end |
- (Object) security_clearance
Security clearance of the access role. Never nil.
52 53 54 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 52 def security_clearance @security_clearance end |
- (Object) security_level
Security level of the access role. Never nil.
49 50 51 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 49 def security_level @security_level end |
- (Object) state_type
State type of the access role. Never nil.
83 84 85 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 83 def state_type @state_type end |
- (Object) surname
Surname of the personal access role. Never nil.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 17 def surname @surname end |
- (Object) universe_id
Universe identifier of the user. Never nil.
39 40 41 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 39 def universe_id @universe_id end |
- (Object) uri
Normalized UESURI of the personal access role. Never nil.
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 11 def uri @uri end |
- (Object) version
Version of the access role.
67 68 69 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 67 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
260 261 262 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 260 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version instead.
265 266 267 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_attributes.rb', line 265 def revision=(val) attributes[:version] = val end |