Class: Isomorfeus::Empowerment::SessionTask

Inherits:
LucidObject::Base
  • Object
show all
Defined in:
lib/isomorfeus/empowerment/session_task.rb

Constant Summary collapse

STATES =
%w[ready running failed]

Instance Method Summary collapse

Instance Method Details

#get_exceptionObject



18
19
20
# File 'lib/isomorfeus/empowerment/session_task.rb', line 18

def get_exception
  Marshal.load(exception) if exception
end