Method: RiCal::Properties::Journal#organizer_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#organizer_property_from_string(line) ⇒ Object
:nodoc:
236 237 238 |
# File 'lib/ri_cal/properties/journal.rb', line 236 def organizer_property_from_string(line) # :nodoc: @organizer_property = RiCal::PropertyValue::CalAddress.new(self, line) end |