class Rufus::Scheduler::SimpleJob

def next_time


Returns the next time (or the unique time) this job is meant to trigger
def next_time
  Time.at(@at)
end