Method: RiCal::Properties::Journal#add_contact
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_contact(ruby_value) ⇒ Object
add one value to the CONTACT property one instances of String may be passed to this method
728 729 730 |
# File 'lib/ri_cal/properties/journal.rb', line 728 def add_contact(ruby_value) self.contact_property << RiCal::PropertyValue::Text.convert(self, ruby_value) end |