class Icalendar::Timezone::Standard

Public Class Methods

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