Method: RiCal::Properties::Journal#add_attach

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

#add_attach(ruby_value) ⇒ Object

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



476
477
478
# File 'lib/ri_cal/properties/journal.rb', line 476

def  add_attach(ruby_value)
 self.attach_property << RiCal::PropertyValue::Uri.convert(self, ruby_value)
end