Method: RiCal::Properties::Journal#summary=

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

#summary=(ruby_value) ⇒ Object

set the value of the SUMMARY property



358
359
360
# File 'lib/ri_cal/properties/journal.rb', line 358

def summary=(ruby_value)
  self.summary_property= RiCal::PropertyValue::Text.convert(self, ruby_value)
end