Class: UU::OS::Env::Process::ProcessMessage
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Env::Process::ProcessMessage
- Defined in:
- uu_os_framework-0.29.16/lib/uu/os/env/process/process_message.rb
Overview
Message sent by process.
Instance Attribute Summary (collapse)
-
- (String) code
Message code.
-
- (String) message
Message text.
-
- (Array<Object>) parameters
Message parameters.
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) code
Message code.
14 15 16 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_message.rb', line 14 def code @code end |
- (String) message
Message text.
19 20 21 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_message.rb', line 19 def @message end |
- (Array<Object>) parameters
Message parameters.
24 25 26 |
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_message.rb', line 24 def parameters @parameters end |