Class: UU::OS::Permission::PermissionGetSystemGroupAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Permission::PermissionGetSystemGroupAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/permission/permission_get_system_group_attributes.rb
Overview
DTO containing attributes of the system group.
Instance Attribute Summary (collapse)
-
- (Object) authority_description
Description of the System Group.
-
- (Object) authority_name
Name of the System Group.
-
- (Object) authority_uri
UESURI of the System Group.
-
- (Object) uri
UESURI of the entity for which the System Group was listed.
Method Summary
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) authority_description
Description of the System Group.
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_system_group_attributes.rb', line 23 def @authority_description end |
- (Object) authority_name
Name of the System Group.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_system_group_attributes.rb', line 17 def @authority_name end |
- (Object) authority_uri
UESURI of the System Group.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_system_group_attributes.rb', line 20 def @authority_uri end |
- (Object) uri
UESURI of the entity for which the System Group was listed.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_system_group_attributes.rb', line 14 def uri @uri end |