class TimeBoss::Calendar::Year

Constants

NUM_MONTHS

Public Instance Methods

name() click to toggle source

Get a simple representation of this year. @return [String] (e.g. “2020”)

# File lib/timeboss/calendar/year.rb, line 12
def name
  year_index.to_s
end
Also aliased as: title
title()
Alias for: name