# File lib/vpim/property/common.rb, line 170 def attachments @properties.enum_by_name('ATTACH').map do |f| attachment = Attachment.decode(f, 'uri', 'FMTTYPE') end end