Method: RiCal::Properties::Journal#attendee_property=

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

#attendee_property=(*property_values) ⇒ Object

set the the ATTENDEE property one or more instances of RiCal::PropertyValueCalAddress may be passed to this method



515
516
517
# File 'lib/ri_cal/properties/journal.rb', line 515

def attendee_property=(*property_values)
  @attendee_property= property_values
end