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