Method: RiCal::Properties::Journal#add_multiple_related_to

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

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



911
912
913
# File 'lib/ri_cal/properties/journal.rb', line 911

def  add_multiple_related_to(*ruby_values)
 ruby_values.each {|val|  self.related_to_property << RiCal::PropertyValue::Text.convert(self, val)}
end