Class: Icalendar::Timezone::Daylight

Inherits:
Component
  • Object
show all
Includes:
Marshable, TzProperties
Defined in:
lib/icalendar/timezone.rb

Instance Attribute Summary

Attributes inherited from Component

#ical_name, #name, #parent

Instance Method Summary collapse

Methods included from TzProperties

included, #occurrences, #previous_occurrence

Methods included from Marshable

included, #marshal_dump, #marshal_load

Methods inherited from Component

#new_uid, parse, #to_ical

Methods included from HasComponents

#add_component, #add_custom_component, #custom_component, included, #method_missing, #respond_to_missing?

Methods included from HasProperties

#append_custom_property, #custom_property, included, #method_missing, #property, #respond_to_missing?, #valid?

Constructor Details

#initializeDaylight

Returns a new instance of Daylight.



53
54
55
# File 'lib/icalendar/timezone.rb', line 53

def initialize
  super 'daylight', 'DAYLIGHT'
end

Dynamic Method Handling

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