Method: RiCal::Properties::Journal#comment_property=

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

#comment_property=(*property_values) ⇒ Object

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



641
642
643
# File 'lib/ri_cal/properties/journal.rb', line 641

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