Class: QuartzTorrent::Alarm

Inherits:
Object
  • Object
show all
Defined in:
lib/quartz_flow/wrappers.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



55
56
57
58
59
60
# File 'lib/quartz_flow/wrappers.rb', line 55

def to_h
  result = {}
  result[:details] = @details
  result[:time] = @time
  result
end