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