Method: RiCal::Properties::Journal#add_exrule
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_exrule(ruby_value) ⇒ Object
add one value to the EXRULE property one instances of RecurrenceRule may be passed to this method
854 855 856 |
# File 'lib/ri_cal/properties/journal.rb', line 854 def add_exrule(ruby_value) self.exrule_property << RiCal::PropertyValue::RecurrenceRule.convert(self, ruby_value) end |