Class: Mo2tex::LunchBreak
- Defined in:
- lib/mo2tex/day_schedule.rb
Instance Attribute Summary
Attributes inherited from SlotBase
Instance Method Summary collapse
Methods inherited from SlotBase
Methods included from DateTimeHelper
Constructor Details
This class inherits a constructor from Mo2tex::SlotBase
Instance Method Details
#color ⇒ Object
62 63 64 |
# File 'lib/mo2tex/day_schedule.rb', line 62 def color return "\"grey50\"" end |
#title ⇒ Object
58 59 60 |
# File 'lib/mo2tex/day_schedule.rb', line 58 def title return "Pranzo" end |