Method: RiCal::Properties::Journal#attach_property

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

#attach_propertyObject

return the the ATTACH property which will be an array of instances of RiCal::PropertyValueUri

purpose (from RFC 2445)

The property provides the capability to associate a document object with a calendar component.

see RFC 2445 4.8.1.1 pp 77-78



446
447
448
# File 'lib/ri_cal/properties/journal.rb', line 446

def attach_property
  @attach_property ||= []
end