class Icalendar::Timezone::Daylight
Public Class Methods
new()
click to toggle source
Calls superclass method
Icalendar::Component::new
# File lib/icalendar/timezone.rb, line 55 def initialize super 'daylight', 'DAYLIGHT' end