Class: Icalendar::Timezone::Standard
- Includes:
- Marshable, TzProperties
- Defined in:
- lib/icalendar/timezone.rb
Constant Summary
Constants included from HasComponents
HasComponents::METHOD_MISSING_ADD_REGEX, HasComponents::METHOD_MISSING_X_FLAG_REGEX
Instance Attribute Summary
Attributes inherited from Component
Instance Method Summary collapse
-
#initialize ⇒ Standard
constructor
A new instance of Standard.
Methods included from TzProperties
included, #occurrences, #previous_occurrence
Methods included from Marshable
included, #marshal_dump, #marshal_load
Methods inherited from Component
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
#initialize ⇒ Standard
Returns a new instance of Standard.
63 64 65 |
# File 'lib/icalendar/timezone.rb', line 63 def initialize super 'standard', 'STANDARD' end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Icalendar::HasComponents