Method: RiCal::Properties::Journal#related_to_property=

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

set the the RELATED-TO property one or more instances of RiCal::PropertyValueText may be passed to this method



893
894
895
# File 'lib/ri_cal/properties/journal.rb', line 893

def related_to_property=(*property_values)
  @related_to_property= property_values
end