enum
MetricsController::Chart::Granularity
Defined in:
controllers/metrics.crEnum Members
-
Daily =
0
-
Weekly =
1
-
Monthly =
2
-
Yearly =
3
Instance Method Summary
-
#daily?
Returns
true
if this enum value equalsDaily
-
#monthly?
Returns
true
if this enum value equalsMonthly
-
#weekly?
Returns
true
if this enum value equalsWeekly
-
#yearly?
Returns
true
if this enum value equalsYearly