Class: UU::OS::UseCaseRealization::UseCaseRealizationSetOptions Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::UseCaseRealization::UseCaseRealizationSetOptions
- Defined in:
- uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_options.rb
Overview
Deprecated.
Use VisualUseCase::VisualUseCaseSetOptions instead.
Instance Attribute Summary (collapse)
-
- (Object) data
Data for use case options.
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) data
Data for use case options. Only JSON ("application/json") format is accepted.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_set_options.rb', line 10 def data @data end |