Method: RiCal::Properties::Journal#description_property

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

#description_propertyObject

return the the DESCRIPTION property which will be an instances of RiCal::PropertyValueText

purpose (from RFC 2445)

This property provides a more complete description of the calendar component, than that provided by the “SUMMARY” property.

see RFC 2445 4.8.1.5 pp 81-82



83
84
85
# File 'lib/ri_cal/properties/journal.rb', line 83

def description_property
  @description_property
end