Method: GoogleDrive::Worksheet#updated
- Defined in:
- lib/google_drive/worksheet.rb
#updated ⇒ Object
Time object which represents the time the worksheet was last updated.
DEPRECATED: From google_drive 3.0.0, it returns the time the spreadsheet was last updated, instead of the worksheet. This is because it looks the information is not available in Sheets v4 API.
94 95 96 |
# File 'lib/google_drive/worksheet.rb', line 94 def updated spreadsheet.modified_time.to_time end |