Method: OakTree::PostData#last_read_time
- Defined in:
- lib/oaktree/post_data.rb
#last_read_time ⇒ Object
The time when the file was last read. Used to determine if sync_changes will reload the file. Defaults to the Unix epoch.
30 31 32 |
# File 'lib/oaktree/post_data.rb', line 30 def last_read_time @last_read_time end |