process_time.rb 129 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class Kalibro::ProcessTime < Kalibro::Model attr_accessor :state, :time def time=(time) @time = time.to_i end end