Method: RiCal::Properties::Journal#contact

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

#contactObject

return the value of the CONTACT property which will be an array of instances of String



746
747
748
# File 'lib/ri_cal/properties/journal.rb', line 746

def contact
  contact_property.map {|prop| prop ? prop.ruby_value : prop}
end