Method: RiCal::Properties::Journal#summary

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

#summaryObject

return the value of the SUMMARY property which will be an instance of String



364
365
366
# File 'lib/ri_cal/properties/journal.rb', line 364

def summary
  summary_property ? summary_property.ruby_value : nil
end