Method: RiCal::Properties::Journal#sequence_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#sequence_property ⇒ Object
return the the SEQUENCE property which will be an instances of RiCal::PropertyValueInteger
- purpose (from RFC 2445)
-
This property defines the revision sequence number of the calendar component within a sequence of revisions.
see RFC 2445 4.8.7.4 pp 131-133
281 282 283 |
# File 'lib/ri_cal/properties/journal.rb', line 281 def sequence_property @sequence_property end |