Class: UU::OS::MetaPermission::MetaPermissionGetAuthorityListItem
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaPermission::MetaPermissionGetAuthorityListItem
- Defined in:
- uu_os-0.29.16/lib/uu/os/meta_permission/meta_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) uri
UESURI of the template object for which the authority has granted meta 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/meta_permission/meta_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/meta_permission/meta_permission_get_authority_list_item.rb', line 17 def @authority_uri end |
- (Object) uri
UESURI of the template object for which the authority has granted meta permissions.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/meta_permission/meta_permission_get_authority_list_item.rb', line 14 def uri @uri end |