# File lib/ri_cal/properties/freebusy.rb, line 479 def request_statuses=(ruby_values) @request_status_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)} end