Module: RiCal::Properties::Alarm::ClassMethods
- Defined in:
- lib/ri_cal/properties/alarm.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#property_parser ⇒ Object
:nodoc:.
Instance Method Details
#property_parser ⇒ Object
: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 |