Method: RiCal::Properties::Journal#remove_contact

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

#remove_contact(ruby_value) ⇒ Object

remove one value from the CONTACT property one instances of String may be passed to this method



740
741
742
# File 'lib/ri_cal/properties/journal.rb', line 740

def  remove_contact(ruby_value)
 self.contact_property.delete(RiCal::PropertyValue::Text.convert(self, ruby_value))
end