Method: RiCal::Properties::Journal#url_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#url_property ⇒ Object
return the the URL property which will be an instances of RiCal::PropertyValueUri
- purpose (from RFC 2445)
-
This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.
see RFC 2445 4.8.4.6 pp 110-111
413 414 415 |
# File 'lib/ri_cal/properties/journal.rb', line 413 def url_property @url_property end |