Method: RiCal::Properties::Journal#url=

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

#url=(ruby_value) ⇒ Object

set the value of the URL property



424
425
426
# File 'lib/ri_cal/properties/journal.rb', line 424

def url=(ruby_value)
  self.url_property= RiCal::PropertyValue::Uri.convert(self, ruby_value)
end