Method: RiCal::Properties::Journal#sequence

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

#sequenceObject

return the value of the SEQUENCE property which will be an instance of Integer



298
299
300
# File 'lib/ri_cal/properties/journal.rb', line 298

def sequence
  sequence_property ? sequence_property.ruby_value : nil
end