Method: RiCal::Properties::Journal#status_property_from_string

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

#status_property_from_string(line) ⇒ Object

:nodoc:



335
336
337
# File 'lib/ri_cal/properties/journal.rb', line 335

def status_property_from_string(line) # :nodoc:
  @status_property = RiCal::PropertyValue::Text.new(self, line)
end