Method: RiCal::Properties::Journal#remove_request_status
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_request_status(ruby_value) ⇒ Object
remove one value from the REQUEST-STATUS property one instances of String may be passed to this method
1115 1116 1117 |
# File 'lib/ri_cal/properties/journal.rb', line 1115 def remove_request_status(ruby_value) self.request_status_property.delete(RiCal::PropertyValue::Text.convert(self, ruby_value)) end |