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