Class: Mo2tex::FreeSlot
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
50 51 52 |
# File 'lib/mo2tex/day_schedule.rb', line 50 def color return "\"red\"" end |
#title ⇒ Object
46 47 48 |
# File 'lib/mo2tex/day_schedule.rb', line 46 def title return "FREE" end |