Class: UU::OS::Env::Process::ProcessMessage

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

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.

Parameters:

  • (String)

Returns:

  • (String)


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.

Parameters:

  • (String)

Returns:

  • (String)


19
20
21
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_message.rb', line 19

def message
  @message
end

- (Array<Object>) parameters

Message parameters.

Parameters:

  • (Array<Object>)

Returns:

  • (Array<Object>)


24
25
26
# File 'uu_os_framework-0.29.16/lib/uu/os/env/process/process_message.rb', line 24

def parameters
  @parameters
end