Class: UU::OS::Permission::PermissionGetAuthorityListItem
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Permission::PermissionGetAuthorityListItem
- Defined in:
- uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb
Overview
DTO containing attributes of the authority.
Instance Attribute Summary (collapse)
-
- (Object) authority_name
Name of the authority.
-
- (Object) authority_uri
UESURI of the authority.
-
- (Object) mask_labels
Labels of a the Permission Masks.
-
- (Object) mask_name
Name of the Permission Mask.
-
- (Object) mask_uri
UESURI of the Permission Mask.
-
- (Object) uri
UESURI of the object for which the authority has granted permissions.
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_name
Name of the authority.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb', line 20 def @authority_name end |
- (Object) authority_uri
UESURI of the authority.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb', line 17 def @authority_uri end |
- (Object) mask_labels
Labels of a the Permission Masks.
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb', line 29 def mask_labels @mask_labels end |
- (Object) mask_name
Name of the Permission Mask.
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb', line 26 def mask_name @mask_name end |
- (Object) mask_uri
UESURI of the Permission Mask.
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb', line 23 def mask_uri @mask_uri end |
- (Object) uri
UESURI of the object for which the authority has granted permissions.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_get_authority_list_item.rb', line 14 def uri @uri end |