Method: RiCal::Properties::TimezonePeriod#rdate=

Defined in:
lib/ri_cal/properties/timezone_period.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



197
198
199
# File 'lib/ri_cal/properties/timezone_period.rb', line 197

def rdate=(*ruby_value)
  @rdate_property = [RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value)]
end