Method: RiCal::Properties::Journal#multiple_related_to=

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

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



899
900
901
# File 'lib/ri_cal/properties/journal.rb', line 899

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