Method: RiCal::Properties::Journal#add_contacts
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_contacts(*ruby_values) ⇒ Object
add one or more values to the CONTACT property one or more instances of String may be passed to this method
722 723 724 |
# File 'lib/ri_cal/properties/journal.rb', line 722 def add_contacts(*ruby_values) ruby_values.each {|val| self.contact_property << RiCal::PropertyValue::Text.convert(self, val)} end |