Class: Actor::Supervisor::ActorCrashed
- Inherits:
-
Struct
- Object
- Struct
- Actor::Supervisor::ActorCrashed
- Defined in:
- lib/actor/supervisor.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
93 94 95 |
# File 'lib/actor/supervisor.rb', line 93 def error @error end |