Class: Icalendar::Standard

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

Overview

A Standard component is a sub-component of the Timezone component which is used to describe the standard time offset.

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

#initializeStandard

Returns a new instance of Standard.



89
90
91
# File 'lib/icalendar/component/timezone.rb', line 89

def initialize()
  super("STANDARD")
end

Dynamic Method Handling

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