Module: RiCal::Properties::TimezonePeriod::ClassMethods

Defined in:
lib/ri_cal/properties/timezone_period.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#property_parserObject

:nodoc:



402
403
404
# File 'lib/ri_cal/properties/timezone_period.rb', line 402

def property_parser #:nodoc:
  {"RDATE"=>:rdate_property_from_string, "COMMENT"=>:comment_property_from_string, "RRULE"=>:rrule_property_from_string, "TZOFFSETFROM"=>:tzoffsetfrom_property_from_string, "TZNAME"=>:tzname_property_from_string, "TZOFFSETTO"=>:tzoffsetto_property_from_string, "DTSTART"=>:dtstart_property_from_string}
end