Method: RiCal::Properties::Journal#attendee_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#attendee_property_from_string(line) ⇒ Object
:nodoc:
561 562 563 |
# File 'lib/ri_cal/properties/journal.rb', line 561 def attendee_property_from_string(line) # :nodoc: attendee_property << RiCal::PropertyValue::CalAddress.new(self, line) end |