Method: RiCal::Properties::Journal#add_attachments

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

#add_attachments(*ruby_values) ⇒ Object

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



470
471
472
# File 'lib/ri_cal/properties/journal.rb', line 470

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