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, #property_params

Instance Method Summary collapse

Methods inherited from Timezone

#add_component

Methods inherited from Component

#add_component, #custom_property, #multi_property?, #print_component, #print_parameter, #print_properties, #respond_to?, #to_ical

Constructor Details

#initializeStandard

Returns a new instance of Standard.



59
60
61
# File 'lib/icalendar/component/timezone.rb', line 59

def initialize()
  super("STANDARD")
end

Dynamic Method Handling

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