class CalendariumRomanum::Season
Liturgical season
Attributes
colour[R]
Liturgical colour of the season's Sundays and ferials
May be nil
if there is no single colour.
@return [Colour, nil]
Public Class Methods
new(symbol, colour)
click to toggle source
@param symbol [Symbol] internal identifier @param colour [Colour]
liturgical colour of the season's Sundays and ferials
# File lib/calendarium-romanum/enums.rb, line 64 def initialize(symbol, colour) @symbol = symbol @colour = colour @i18n_key = "temporale.season.#{@symbol}" end