Method: RiCal::Properties::Journal#remove_attachments

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

#remove_attachments(*ruby_values) ⇒ Object

remove one or more values from the ATTACH property one or more instances of Uri may be passed to this method



482
483
484
# File 'lib/ri_cal/properties/journal.rb', line 482

def  remove_attachments(*ruby_values)
 ruby_values.each {|val|  self.attach_property.delete(RiCal::PropertyValue::Uri.convert(self, val))}
end