Method: RiCal::Properties::Journal#class_property

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

#class_propertyObject

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

purpose (from RFC 2445)

This property defines the access classification for a calendar component.

see RFC 2445 4.8.1.3 pp 79-80



17
18
19
# File 'lib/ri_cal/properties/journal.rb', line 17

def class_property
  @class_property
end