Class: UU::OS::MetaAccessRole::MetaAccessRoleGetRoleInterfaceListItem
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaAccessRole::MetaAccessRoleGetRoleInterfaceListItem
- Defined in:
- uu_os-0.29.16/lib/uu/os/meta_access_role/meta_access_role_get_role_interface_list_item.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Name of the role interface.
-
- (Object) name
Code of the role interface.
-
- (Object) uri
Normalized UESURI of the role interface.
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) code
Name of the role interface. Never nil.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/meta_access_role/meta_access_role_get_role_interface_list_item.rb', line 16 def code @code end |
- (Object) name
Code of the role interface. Never nil.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/meta_access_role/meta_access_role_get_role_interface_list_item.rb', line 19 def name @name end |
- (Object) uri
Normalized UESURI of the role interface. Never nil.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/meta_access_role/meta_access_role_get_role_interface_list_item.rb', line 13 def uri @uri end |