Method: OodCore::Job::Task#to_h
- Defined in:
- lib/ood_core/job/task.rb
#to_h ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/ood_core/job/task.rb', line 12 def to_h { :id => id, :status => status, :wallclock_time => wallclock_time } end |