Class: Mo2tex::LunchBreak

Inherits:
SlotBase show all
Defined in:
lib/mo2tex/day_schedule.rb

Instance Attribute Summary

Attributes inherited from SlotBase

#day, #dtend, #dtstart

Instance Method Summary collapse

Methods inherited from SlotBase

#initialize

Methods included from DateTimeHelper

#datetime_create

Constructor Details

This class inherits a constructor from Mo2tex::SlotBase

Instance Method Details

#colorObject



62
63
64
# File 'lib/mo2tex/day_schedule.rb', line 62

def color
  return "\"grey50\""
end

#titleObject



58
59
60
# File 'lib/mo2tex/day_schedule.rb', line 58

def title
    return "Pranzo"
end