Method: RiCal::Properties::Journal#attach_property_from_string

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

#attach_property_from_string(line) ⇒ Object

:nodoc:



498
499
500
# File 'lib/ri_cal/properties/journal.rb', line 498

def attach_property_from_string(line) # :nodoc:
  attach_property << RiCal::PropertyValue::Uri.new(self, line)
end