Class: UU::OS::UseCaseRealization::UseCaseRealizationGetUseCaseListItem Deprecated

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list_item.rb

Overview

Instance Attribute Summary (collapse)

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.



10
11
12
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list_item.rb', line 10

def code
  @code
end

- (Object) entity_type_uri

UESURI of the entity type of the use case. Never null.



19
20
21
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list_item.rb', line 19

def entity_type_uri
  @entity_type_uri
end

- (Object) name

Name of the connected use case. Never null.



13
14
15
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list_item.rb', line 13

def name
  @name
end

- (Object) uri

Normalized UESURI of the connected use case. Never null.



16
17
18
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list_item.rb', line 16

def uri
  @uri
end