class Rufus::AtJob

def initialize (scheduler, at, at_id, params, &block)


The constructor.
def initialize (scheduler, at, at_id, params, &block)
    super(scheduler, at_id, params, &block)
    @at = at
end