Class: UU::OS::Env::Process::ProcessRun
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Env::Process::ProcessRun
- Defined in:
- uu_os_framework-0.29.16/lib/uu/os/env/process/process_run.rb
Overview
Parameters for initialization of process.
Instance Attribute Summary (collapse)
-
- (UU::OS::UESURI) main_entity_uri
URI of main entity.
-
- (UU::OS::Env::Process::ProcessMessage) message
Process initialization message.
-
- (UU::OS::UESURI) parent_process_uri
URI of parent process.
-
- (Numeric) total_steps
Total process steps.
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
- (UU::OS::UESURI) main_entity_uri
URI of main entity.
16 17 18 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_run.rb', line 16 def main_entity_uri @main_entity_uri end |
- (UU::OS::Env::Process::ProcessMessage) message
Process initialization message.
26 27 28 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_run.rb', line 26 def @message end |
- (UU::OS::UESURI) parent_process_uri
URI of parent process.
21 22 23 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_run.rb', line 21 def parent_process_uri @parent_process_uri end |
- (Numeric) total_steps
Total process steps.
31 32 33 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_run.rb', line 31 def total_steps @total_steps end |