Class: UU::OS::Env::Process::ProcessRun

Inherits:
REST::DTO
  • Object
show all
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)

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.

Parameters:

Returns:



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
  @message
end

- (UU::OS::UESURI) parent_process_uri

URI of parent process.

Parameters:

Returns:



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.

Parameters:

  • (Numeric)

Returns:

  • (Numeric)


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