enum Haystack::Plan::Interval

Defined in:

haystack/plan/interval.cr

Enum Members

Hourly = 0
Daily = 1
Weekly = 2
Monthly = 3
Quarterly = 4
Biannually = 5
Annually = 6

Instance Method Summary

Instance Method Detail

def annually? #

[View source]
def biannually? #

[View source]
def daily? #

[View source]
def hourly? #

[View source]
def monthly? #

[View source]
def quarterly? #

[View source]
def weekly? #

[View source]