Method: RiCal::Properties::Journal#url
- Defined in:
- lib/ri_cal/properties/journal.rb
#url ⇒ Object
return the value of the URL property which will be an instance of Uri
430 431 432 |
# File 'lib/ri_cal/properties/journal.rb', line 430 def url url_property ? url_property.ruby_value : nil end |