Method: RiCal::Properties::Journal#exrules=

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

#exrules=(ruby_values) ⇒ Object

set the value of the EXRULE property to multiple values one or more instances of RecurrenceRule may be passed to this method



836
837
838
# File 'lib/ri_cal/properties/journal.rb', line 836

def exrules=(ruby_values)
  @exrule_property = ruby_values.map {|val| RiCal::PropertyValue::RecurrenceRule.convert(self, val)}
end