Method: RiCal::Properties::TimezonePeriod#rrule_property=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#rrule_property=(*property_values) ⇒ Object
set the the RRULE property one or more instances of RiCal::PropertyValueRecurrenceRule may be passed to this method
248 249 250 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 248 def rrule_property=(*property_values) @rrule_property= property_values end |