Method: RiCal::Properties::Journal#add_related_to

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

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



917
918
919
# File 'lib/ri_cal/properties/journal.rb', line 917

def  add_related_to(ruby_value)
 self.related_to_property << RiCal::PropertyValue::Text.convert(self, ruby_value)
end