Method: RiCal::Properties::Journal#attach

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

#attachObject

return the value of the ATTACH property which will be an array of instances of Uri



494
495
496
# File 'lib/ri_cal/properties/journal.rb', line 494

def attach
  attach_property.map {|prop| prop ? prop.ruby_value : prop}
end