Class: UU::OS::VisualUseCase::VisualUseCaseGetUseCaseListItem
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::VisualUseCase::VisualUseCaseGetUseCaseListItem
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/visual_use_case/visual_use_case_get_use_case_list_item.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the connected use case.
-
- (Object) entity_type_uri
UESURI of the entity type of the use case (@see cz.ues.platform.sysc.entitytype.UESEntityType for more info).
-
- (Object) name
Name of the connected use case.
-
- (Object) uri
Normalized UESURI of the connected use case.
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 connected use case. Never null.
13 14 15 |
# File 'uu_os_client-0.10.6/lib/uu/os/visual_use_case/visual_use_case_get_use_case_list_item.rb', line 13 def code @code end |
- (Object) entity_type_uri
UESURI of the entity type of the use case (@see cz.ues.platform.sysc.entitytype.UESEntityType for more info). Never nil.
22 23 24 |
# File 'uu_os_client-0.10.6/lib/uu/os/visual_use_case/visual_use_case_get_use_case_list_item.rb', line 22 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the connected use case. Never null.
16 17 18 |
# File 'uu_os_client-0.10.6/lib/uu/os/visual_use_case/visual_use_case_get_use_case_list_item.rb', line 16 def name @name end |
- (Object) uri
Normalized UESURI of the connected use case. Never null.
19 20 21 |
# File 'uu_os_client-0.10.6/lib/uu/os/visual_use_case/visual_use_case_get_use_case_list_item.rb', line 19 def uri @uri end |