Method: RiCal::Properties::Journal#request_statuses=

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

#request_statuses=(ruby_values) ⇒ Object

set the value of the REQUEST-STATUS property to multiple values one or more instances of String may be passed to this method



1085
1086
1087
# File 'lib/ri_cal/properties/journal.rb', line 1085

def request_statuses=(ruby_values)
  @request_status_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)}
end