Class: Isomorfeus::Operation::DailyTask
- Inherits:
-
LucidObject::Base
- Object
- LucidObject::Base
- Isomorfeus::Operation::DailyTask
- Defined in:
- lib/isomorfeus/operation/daily_task.rb
Constant Summary collapse
- STATES =
%w[ready running failed]
Instance Method Summary collapse
Instance Method Details
#get_exception ⇒ Object
18 19 20 |
# File 'lib/isomorfeus/operation/daily_task.rb', line 18 def get_exception Marshal.load(exception) if exception end |