class Icalendar::Timezone::Daylight

Public Class Methods

new() click to toggle source
Calls superclass method Icalendar::Component.new
# File lib/icalendar/timezone.rb, line 21
def initialize
  super 'daylight', 'DAYLIGHT'
end