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