Method: RiCal::Properties::Journal#comment=

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

#comment=(ruby_value) ⇒ Object

set the value of the COMMENT property to a single value one instance of String may be passed to this method



653
654
655
# File 'lib/ri_cal/properties/journal.rb', line 653

def comment=(ruby_value)
  @comment_property = [RiCal::PropertyValue::Text.convert(self, ruby_value)]
end