Class: UU::OS::Role::RoleGetRoleInterfaceListItem
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::OS::Role::RoleGetRoleInterfaceListItem
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/role/role_get_role_interface_list_item.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the role.
-
- (Object) entity_type_uri
UESURI of the entity type of the role.
-
- (Object) name
Name of the role.
-
- (Object) uri
Normalized UESURI of the role.
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. Never null.
17 18 19 |
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_get_role_interface_list_item.rb', line 17 def code @code end |
- (Object) entity_type_uri
UESURI of the entity type of the role. Never null.
20 21 22 |
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_get_role_interface_list_item.rb', line 20 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the role. Never null.
14 15 16 |
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_get_role_interface_list_item.rb', line 14 def name @name end |
- (Object) uri
Normalized UESURI of the role. Never null.
11 12 13 |
# File 'uu_os_client-0.10.6/lib/uu/os/role/role_get_role_interface_list_item.rb', line 11 def uri @uri end |