Class: UU::OS::Permission::PermissionAuthorizeResult
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Permission::PermissionAuthorizeResult
- Defined in:
- uu_os-0.29.16/lib/uu/os/permission/permission_authorize_result.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) executive_role_uri
URI of the user's role which is authorized to run specified use case over the specified entity.
-
- (Object) uri
Normalized uri of the specified entity.
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) executive_role_uri
URI of the user's role which is authorized to run specified use case over the specified entity.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_authorize_result.rb', line 14 def executive_role_uri @executive_role_uri end |
- (Object) uri
Normalized uri of the specified entity.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_authorize_result.rb', line 17 def uri @uri end |