Method: RiCal::Properties::Journal#security_class

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

#security_classObject

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



34
35
36
# File 'lib/ri_cal/properties/journal.rb', line 34

def security_class
  class_property ? class_property.ruby_value : nil
end