Class: UU::OS::Permission::PermissionGrant
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Permission::PermissionGrant
- Defined in:
- uu_os-0.29.16/lib/uu/os/permission/permission_grant.rb
Overview
Instance Attribute Summary (collapse)
- - (Object) authority_uri
-
- (Object) data
deprecated
Deprecated.
(since 8-14) It will not be possible to set permissions for individual use cases in new version of authorization.
- - (Object) mask_uri
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_uri
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_grant.rb', line 14 def @authority_uri end |
- (Object) data
Deprecated.
(since 8-14) It will not be possible to set permissions for individual use cases in new version of authorization.
18 19 20 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_grant.rb', line 18 def data @data end |
- (Object) mask_uri
21 22 23 |
# File 'uu_os-0.29.16/lib/uu/os/permission/permission_grant.rb', line 21 def mask_uri @mask_uri end |