Module: RiCal::Properties::Timezone::ClassMethods

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#property_parserObject

:nodoc:



136
137
138
# File 'lib/ri_cal/properties/timezone.rb', line 136

def property_parser #:nodoc:
  {"TZURL"=>:tzurl_property_from_string, "TZID"=>:tzid_property_from_string, "LAST-MODIFIED"=>:last_modified_property_from_string}
end