enum
Haystack::Plan::Interval
Defined in:
haystack/plan/interval.crEnum Members
-
Hourly =
0
-
Daily =
1
-
Weekly =
2
-
Monthly =
3
-
Quarterly =
4
-
Biannually =
5
-
Annually =
6
Instance Method Summary
-
#annually?
Returns
true
if this enum value equalsAnnually
-
#biannually?
Returns
true
if this enum value equalsBiannually
-
#daily?
Returns
true
if this enum value equalsDaily
-
#hourly?
Returns
true
if this enum value equalsHourly
-
#monthly?
Returns
true
if this enum value equalsMonthly
-
#quarterly?
Returns
true
if this enum value equalsQuarterly
-
#weekly?
Returns
true
if this enum value equalsWeekly