Class: Delayer::Deferred::ForeignCommandAborted
- Defined in:
- lib/delayer/deferred/error.rb
Instance Attribute Summary collapse
-
#process ⇒ Object
readonly
Returns the value of attribute process.
Instance Method Summary collapse
-
#initialize(message, process:) ⇒ ForeignCommandAborted
constructor
A new instance of ForeignCommandAborted.
Constructor Details
#initialize(message, process:) ⇒ ForeignCommandAborted
Returns a new instance of ForeignCommandAborted.
8 9 10 11 |
# File 'lib/delayer/deferred/error.rb', line 8 def initialize(, process:) super() @process = process end |
Instance Attribute Details
#process ⇒ Object (readonly)
Returns the value of attribute process.
7 8 9 |
# File 'lib/delayer/deferred/error.rb', line 7 def process @process end |