Method: RiCal::Properties::Journal#rrules=
- Defined in:
- lib/ri_cal/properties/journal.rb
#rrules=(ruby_values) ⇒ Object
set the value of the RRULE property to multiple values one or more instances of RecurrenceRule may be passed to this method
1025 1026 1027 |
# File 'lib/ri_cal/properties/journal.rb', line 1025 def rrules=(ruby_values) @rrule_property = ruby_values.map {|val| RiCal::PropertyValue::RecurrenceRule.convert(self, val)} end |