Method: RiCal::Properties::Journal#attach=

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

#attach=(ruby_value) ⇒ Object

set the value of the ATTACH property to a single value one instance of Uri may be passed to this method



464
465
466
# File 'lib/ri_cal/properties/journal.rb', line 464

def attach=(ruby_value)
  @attach_property = [RiCal::PropertyValue::Uri.convert(self, ruby_value)]
end