Method: RiCal::Properties::Journal#attach_property=

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

#attach_property=(*property_values) ⇒ Object

set the the ATTACH property one or more instances of RiCal::PropertyValueUri may be passed to this method



452
453
454
# File 'lib/ri_cal/properties/journal.rb', line 452

def attach_property=(*property_values)
  @attach_property= property_values
end