Method: RiCal::Properties::Journal#uid_property=
- Defined in:
- lib/ri_cal/properties/journal.rb
#uid_property=(property_value) ⇒ Object
set the UID property property value should be an instance of RiCal::PropertyValueText
386 387 388 |
# File 'lib/ri_cal/properties/journal.rb', line 386 def uid_property=(property_value) @uid_property = property_value end |