enum

Cronic::QuarterNames

Inherits Enum < Comparable < Value < Object

Constants

Q1 = 0
Q2 = 1
Q3 = 2
Q4 = 3

Instance methods

q1?

Returns true if this enum value equals Q1

Source
q2?

Returns true if this enum value equals Q2

Source
q3?

Returns true if this enum value equals Q3

Source
q4?

Returns true if this enum value equals Q4

Source