Module: RiCal::Properties::Alarm::ClassMethods

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#property_parserObject

:nodoc:



376
377
378
# File 'lib/ri_cal/properties/alarm.rb', line 376

def property_parser #:nodoc:
  {"ACTION"=>:action_property_from_string, "ATTACH"=>:attach_property_from_string, "REPEAT"=>:repeat_property_from_string, "SUMMARY"=>:summary_property_from_string, "TRIGGER"=>:trigger_property_from_string, "ATTENDEE"=>:attendee_property_from_string, "DURATION"=>:duration_property_from_string, "DESCRIPTION"=>:description_property_from_string}
end