class Rufus::AtJob

def schedule_info


Returns the Time instance at which this job is scheduled.
def schedule_info
    Time.at(@at)
end