Method: RiCal::Properties::TimezonePeriod#rrule=

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

#rrule=(ruby_value) ⇒ Object

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



260
261
262
# File 'lib/ri_cal/properties/timezone_period.rb', line 260

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