Method: RiCal::Properties::Journal#add_rrule
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_rrule(ruby_value) ⇒ Object
add one value to the RRULE property one instances of RecurrenceRule may be passed to this method
1043 1044 1045 |
# File 'lib/ri_cal/properties/journal.rb', line 1043 def add_rrule(ruby_value) self.rrule_property << RiCal::PropertyValue::RecurrenceRule.convert(self, ruby_value) end |