Method: RiCal::Properties::Journal#created_property_from_string

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

#created_property_from_string(line) ⇒ Object

:nodoc:



71
72
73
# File 'lib/ri_cal/properties/journal.rb', line 71

def created_property_from_string(line) # :nodoc:
  @created_property = RiCal::PropertyValue::ZuluDateTime.new(self, line)
end