Method: RiCal::Properties::Journal#contact_property=

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

#contact_property=(*property_values) ⇒ Object

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



704
705
706
# File 'lib/ri_cal/properties/journal.rb', line 704

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