Method: RiCal::Properties::Journal#add_related_to
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_related_to(ruby_value) ⇒ Object
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 (ruby_value) self. << RiCal::PropertyValue::Text.convert(self, ruby_value) end |