Method: RiCal::Properties::TimezonePeriod#rdate_property=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#rdate_property=(*property_values) ⇒ Object
set the the RDATE property one or more instances of RiCal::PropertyValueOccurrenceList may be passed to this method
185 186 187 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 185 def rdate_property=(*property_values) @rdate_property= property_values.map{|prop| prop.for_parent(self)} end |