Method: RiCal::Properties::Journal#remove_attach

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

#remove_attach(ruby_value) ⇒ Object

remove one value from the ATTACH property one instances of Uri may be passed to this method



488
489
490
# File 'lib/ri_cal/properties/journal.rb', line 488

def  remove_attach(ruby_value)
 self.attach_property.delete(RiCal::PropertyValue::Uri.convert(self, ruby_value))
end