class CalendariumRomanum::Colour

Represents a liturgical colour

Public Class Methods

new(symbol) click to toggle source
# File lib/calendarium-romanum/enums.rb, line 29
def initialize(symbol)
  @symbol = symbol
  @i18n_key = "colour.#{@symbol}"
end