Method: RiCal::Properties::Journal#exdate=
- Defined in:
- lib/ri_cal/properties/journal.rb
#exdate=(*ruby_value) ⇒ Object
set the value of the EXDATE property to a single value one instance of OccurrenceList may be passed to this method
779 780 781 |
# File 'lib/ri_cal/properties/journal.rb', line 779 def exdate=(*ruby_value) @exdate_property = [RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value)] end |