Method: RiCal::Properties::TimezonePeriod#remove_rrule

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

#remove_rrule(ruby_value) ⇒ Object

remove one value from the RRULE property one instances of RecurrenceRule may be passed to this method



284
285
286
# File 'lib/ri_cal/properties/timezone_period.rb', line 284

def  remove_rrule(ruby_value)
 self.rrule_property.delete(RiCal::PropertyValue::RecurrenceRule.convert(self, ruby_value))
end