class Minder::WorkPeriod
Public Instance Methods
title()
click to toggle source
# File lib/minder/pomodoro/work_period.rb, line 7 def title "Work period" end
type()
click to toggle source
# File lib/minder/pomodoro/work_period.rb, line 11 def type 'work' end