Class: UU::OS::Group::GroupAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Group::GroupAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/group/group_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) code
Code of the group.
- - (Object) company_uri deprecated Deprecated.
-
- (Object) competent_role_uri
Normalized UESURI of the competent role.
-
- (Object) component_content
Returns the value of attribute component_content.
-
- (Object) creation_stamp
Creation stamp of the group.
-
- (Object) creation_time
Creation time of the group.
-
- (Object) description
Description of the group Never nil.
-
- (Object) entity_type_uri
UESURI of the entity type of the group.
-
- (Object) grant_all_from_organizational_unit
Specifies if the group is included among All roles from organizational unit.
-
- (Object) icon_uri
URI of the group's icon.
-
- (Object) location_uri
Normalized UESURI of the container where the group is located.
-
- (Object) meta_artifact_uri
Normalized UESURI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the group.
-
- (Object) modification_time
Modification time of the group.
-
- (Object) name
Name of the group.
-
- (Object) organizational_unit_uri
Normalized UESURI of the organizational unit where the group is located.
-
- (Object) searchable_in_territory
Specifies if it is possible to search the group in its territory.
-
- (Object) security_level
Security level of the group.
-
- (Object) uri
Normalized UESURI of the group.
-
- (Object) version
Version of the group.
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.
71 72 73 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 71 def artifact_type @artifact_type end |
- (Object) code
Code of the group. Never nil.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 16 def code @code end |
- (Object) company_uri
30 31 32 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 30 def company_uri @company_uri end |
- (Object) competent_role_uri
Normalized UESURI of the competent role. Never nil.
36 37 38 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 36 def competent_role_uri @competent_role_uri end |
- (Object) component_content
Returns the value of attribute component_content
73 74 75 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 73 def component_content @component_content end |
- (Object) creation_stamp
Creation stamp of the group.
44 45 46 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 44 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the group.
47 48 49 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 47 def creation_time @creation_time end |
- (Object) description
Description of the group Never nil.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 19 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the group. Never nil.
68 69 70 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 68 def entity_type_uri @entity_type_uri end |
- (Object) grant_all_from_organizational_unit
Specifies if the group is included among All roles from organizational unit.
65 66 67 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 65 def grant_all_from_organizational_unit @grant_all_from_organizational_unit end |
- (Object) icon_uri
URI of the group's icon. If nil is set, the group uses icon from meta artifact.
62 63 64 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 62 def icon_uri @icon_uri end |
- (Object) location_uri
Normalized UESURI of the container where the group is located. Never nil.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 22 def location_uri @location_uri end |
- (Object) meta_artifact_uri
Normalized UESURI of the meta artifact. Never nil.
33 34 35 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 33 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the group.
50 51 52 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 50 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the group.
53 54 55 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 53 def modification_time @modification_time end |
- (Object) name
Name of the group. Never nil.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 13 def name @name end |
- (Object) organizational_unit_uri
Normalized UESURI of the organizational unit where the group is located. Never nil.
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 26 def organizational_unit_uri @organizational_unit_uri end |
- (Object) searchable_in_territory
Specifies if it is possible to search the group in its territory. Never nil.
59 60 61 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 59 def searchable_in_territory @searchable_in_territory end |
- (Object) security_level
Security level of the group. Never nil.
41 42 43 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 41 def security_level @security_level end |
- (Object) uri
Normalized UESURI of the group. Never nil.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 10 def uri @uri end |
- (Object) version
Version of the group.
56 57 58 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 56 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
222 223 224 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 222 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version instead.
227 228 229 |
# File 'uu_os-0.29.16/lib/uu/os/group/group_attributes.rb', line 227 def revision=(val) attributes[:version] = val end |