class DropboxApi::Results::ListFolderLongpollResult
Public Instance Methods
backoff()
click to toggle source
If present, backoff for at least this many seconds before calling `list_folder_longpoll` again. This field is optional.
# File lib/dropbox_api/results/list_folder_longpoll_result.rb, line 12 def backoff @data['backoff'] end
changes()
click to toggle source
Indicates whether new changes are available. If true, call `list_folder_continue` to retrieve the changes.
# File lib/dropbox_api/results/list_folder_longpoll_result.rb, line 6 def changes @data['changes'].to_s == 'true' end