Method: RiCal::Properties::Journal#add_comment

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

#add_comment(ruby_value) ⇒ Object

add one value to the COMMENT property one instances of String may be passed to this method



665
666
667
# File 'lib/ri_cal/properties/journal.rb', line 665

def  add_comment(ruby_value)
 self.comment_property << RiCal::PropertyValue::Text.convert(self, ruby_value)
end