Class: UU::OS::RoleInterface::RoleInterfaceGetRoleListItem
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::OS::RoleInterface::RoleInterfaceGetRoleListItem
- Defined in:
- uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_role_list_item.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the role.
-
- (Object) entity_type_uri
UESURI of the entity type of the role.
-
- (Object) name
The name of the role.
-
- (Object) uri
URI of the role with the connected interface.
Method Summary
Methods inherited from UU::OS::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
Code of the role. Not nil.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_role_list_item.rb', line 20 def code @code end |
- (Object) entity_type_uri
UESURI of the entity type of the role. Not nil.
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_role_list_item.rb', line 23 def entity_type_uri @entity_type_uri end |
- (Object) name
The name of the role.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_role_list_item.rb', line 17 def name @name end |
- (Object) uri
URI of the role with the connected interface. Not nil.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_role_list_item.rb', line 14 def uri @uri end |