Class: UU::OS::UseCaseRealization::UseCaseRealizationSetAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::UseCaseRealization::UseCaseRealizationSetAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb
Overview
Use VisualUseCase::VisualUseCaseSetAttributes instead.
Instance Attribute Summary (collapse)
-
- (Object) code
The new code of the use case realization.
-
- (Object) controller_class
Classs to look for when executing this UCR.
-
- (Object) controller_engine
Engine used for this UCR.
-
- (Object) controller_url_path
Path at which the controller will be deployed.
-
- (Object) description
The new description of the use case realization.
-
- (Object) icon_uri
UESURI of the use case realization icon.
-
- (Object) name
The new name of the use case realization.
-
- (Object) security_level
Security level of the use case realization.
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
The new code of the use case realization. When null is set, the code is not modified.
15 16 17 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 15 def code @code end |
- (Object) controller_class
Classs to look for when executing this UCR
38 39 40 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 38 def controller_class @controller_class end |
- (Object) controller_engine
Engine used for this UCR
41 42 43 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 41 def controller_engine @controller_engine end |
- (Object) controller_url_path
Path at which the controller will be deployed
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 35 def controller_url_path @controller_url_path end |
- (Object) description
The new description of the use case realization. When null is set, the description is not modified.
18 19 20 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 18 def description @description end |
- (Object) icon_uri
UESURI of the use case realization icon. When null is set, the icon is not modified. If nil UESURI ("ues:[-1]:[-1]:") is set, the use case realization icon is removed and the use case realization uses icon from meta artifact.
32 33 34 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 32 def icon_uri @icon_uri end |
- (Object) name
The new name of the use case realization. When null is set, the name is not modified.
12 13 14 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 12 def name @name end |
- (Object) security_level
Security level of the use case realization. When null is set, the security level is not modified.
21 22 23 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 21 def security_level @security_level end |