Class: Icalendar::Daylight

Inherits:
Timezone show all
Defined in:
lib/icalendar/component/timezone.rb

Overview

A Daylight component is a sub-component of the Timezone component which is used to describe the time offset for what is commonly known as daylight savings time.

Instance Attribute Summary

Attributes inherited from Component

#name, #properties

Instance Method Summary collapse

Methods inherited from Timezone

#add_component, #daylight, #standard, #to_ical

Methods inherited from Component

#add_component, #add_sliced_text, #custom_property, #escape_chars, #multi_property?, #multiline_property?, #new_uid, #print_component, #print_parameters, #print_properties, #remove_component, #respond_to?, #to_ical

Methods inherited from Base

debug, quiet

Constructor Details

#initializeDaylight

Returns a new instance of Daylight.



99
100
101
# File 'lib/icalendar/component/timezone.rb', line 99

def initialize()
  super("DAYLIGHT")
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Icalendar::Component