Method: RiCal::Properties::Journal#exrule=

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

#exrule=(ruby_value) ⇒ Object

set the value of the EXRULE property to a single value one instance of RecurrenceRule may be passed to this method



842
843
844
# File 'lib/ri_cal/properties/journal.rb', line 842

def exrule=(ruby_value)
  @exrule_property = [RiCal::PropertyValue::RecurrenceRule.convert(self, ruby_value)]
end