class TCal::Calendar::HTML
- TCal::Calendar::HTML
- TCal::Calendar
- Reference
- Object
Overview
Converts a collection of MBTA Alerts into a form convenient for rendering a month-view HTML calendar using CSS grids.
Defined in:
t_cal/calendar/html.crConstructors
-
.new(today : Date)
Creates a calendar instance.
Instance Method Summary
Constructor methods inherited from class TCal::Calendar
new
new
Constructor Detail
Creates a calendar instance.
today
is used to ensure the calendar includes the current date.