Class: TDL::FatalErrorResponse
- Inherits:
-
Object
- Object
- TDL::FatalErrorResponse
- Defined in:
- lib/tdl/queue/abstractions/response/fatal_error_response.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ FatalErrorResponse
constructor
A new instance of FatalErrorResponse.
Constructor Details
#initialize(message) ⇒ FatalErrorResponse
Returns a new instance of FatalErrorResponse.
5 6 7 |
# File 'lib/tdl/queue/abstractions/response/fatal_error_response.rb', line 5 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/tdl/queue/abstractions/response/fatal_error_response.rb', line 3 def @message end |