Method: RiCal::Properties::Journal#attachments=

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

#attachments=(ruby_values) ⇒ Object

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



458
459
460
# File 'lib/ri_cal/properties/journal.rb', line 458

def attachments=(ruby_values)
  @attach_property = ruby_values.map {|val| RiCal::PropertyValue::Uri.convert(self, val)}
end