Method: RiCal::Properties::Journal#attendee=
- Defined in:
- lib/ri_cal/properties/journal.rb
#attendee=(ruby_value) ⇒ Object
set the value of the ATTENDEE property to a single value one instance of CalAddress may be passed to this method
527 528 529 |
# File 'lib/ri_cal/properties/journal.rb', line 527 def attendee=(ruby_value) @attendee_property = [RiCal::PropertyValue::CalAddress.convert(self, ruby_value)] end |