Method: RiCal::Properties::Journal#remove_request_statuses
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_request_statuses(*ruby_values) ⇒ Object
remove one or more values from the REQUEST-STATUS property one or more instances of String may be passed to this method
1109 1110 1111 |
# File 'lib/ri_cal/properties/journal.rb', line 1109 def remove_request_statuses(*ruby_values) ruby_values.each {|val| self.request_status_property.delete(RiCal::PropertyValue::Text.convert(self, val))} end |