Class: UU::OS::Env::Process::ProcessResult
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Env::Process::ProcessResult
- Defined in:
- uu_os_framework-0.29.16/lib/uu/os/env/process/process_result.rb
Overview
Object representing final or partial result of process.
Instance Attribute Summary (collapse)
-
- (String) error_code
Optional error code.
-
- (UU::OS::Env::Process::ProcessMessage) message
Message of result.
-
- (UU::OS::UESURI) process_uri
URI of process.
-
- (UU::OS::UESURI) result
URI of result object.
-
- (String) state
State of process.
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
- (String) error_code
Optional error code.
36 37 38 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_result.rb', line 36 def error_code @error_code end |
- (UU::OS::Env::Process::ProcessMessage) message
Message of result.
31 32 33 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_result.rb', line 31 def @message end |
- (UU::OS::UESURI) process_uri
URI of process.
16 17 18 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_result.rb', line 16 def process_uri @process_uri end |
- (UU::OS::UESURI) result
URI of result object.
26 27 28 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_result.rb', line 26 def result @result end |
- (String) state
State of process.
21 22 23 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_result.rb', line 21 def state @state end |