Exception: Invoker::Errors::ProcessTerminated
- Inherits:
-
StandardError
- Object
- StandardError
- Invoker::Errors::ProcessTerminated
- Defined in:
- lib/invoker/errors.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#ready_fd ⇒ Object
Returns the value of attribute ready_fd.
Instance Method Summary collapse
-
#initialize(ready_fd, message) ⇒ ProcessTerminated
constructor
A new instance of ProcessTerminated.
Constructor Details
#initialize(ready_fd, message) ⇒ ProcessTerminated
Returns a new instance of ProcessTerminated.
6 7 8 9 |
# File 'lib/invoker/errors.rb', line 6 def initialize(ready_fd, ) @ready_fd = ready_fd @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/invoker/errors.rb', line 5 def @message end |
#ready_fd ⇒ Object
Returns the value of attribute ready_fd.
5 6 7 |
# File 'lib/invoker/errors.rb', line 5 def ready_fd @ready_fd end |