Method: RiCal::Properties::Journal#related_to

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

return the value of the RELATED-TO property which will be an array of instances of String



935
936
937
# File 'lib/ri_cal/properties/journal.rb', line 935

def related_to
  related_to_property.map {|prop| prop ? prop.ruby_value : prop}
end