module

Quartz::Schedulable

The Schedulable module is used as an interface for data types that may be scheduled within an EventSet.

Instance methods

imaginary_phase

The imaginary planned phase used to track elapsed times.

Source
imaginary_phase=(imaginary_phase : Duration)

The imaginary planned phase used to track elapsed times.

Source
imaginary_precision

The original precision level at which the imaginary event was originally planned.

Source
imaginary_precision=(imaginary_precision : Scale)

The original precision level at which the imaginary event was originally planned.

Source
inspect(io)
Source
planned_phase

The planned phase, or the offset from the current epoch of the event set, associated with the event.

Source
planned_phase=(planned_phase : Duration)

The planned phase, or the offset from the current epoch of the event set, associated with the event.

Source
planned_precision

The original precision level at which the event was originally planned.

Source
planned_precision=(planned_precision : Scale)

The original precision level at which the event was originally planned.

Source