dropbox_api 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/.rubocop.yml +14 -0
- data/.rubocop_todo.yml +442 -0
- data/Gemfile +5 -1
- data/TODO.md +16 -7
- data/api_coverage.md +7 -7
- data/docs/DropboxApi.html +4 -4
- data/docs/DropboxApi/Authenticator.html +3 -3
- data/docs/DropboxApi/ChunkedUploader.html +3 -3
- data/docs/DropboxApi/Client.html +212 -26
- data/docs/DropboxApi/ConnectionBuilder.html +3 -3
- data/docs/DropboxApi/Endpoints.html +3 -3
- data/docs/DropboxApi/Endpoints/Auth.html +3 -3
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +3 -3
- data/docs/DropboxApi/Endpoints/Base.html +3 -3
- data/docs/DropboxApi/Endpoints/ContentDownload.html +3 -3
- data/docs/DropboxApi/Endpoints/ContentUpload.html +3 -3
- data/docs/DropboxApi/Endpoints/Files.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Copy.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Delete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Download.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +30 -11
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Move.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Restore.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Search.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/Upload.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +3 -3
- data/docs/DropboxApi/Endpoints/Rpc.html +4 -4
- data/docs/DropboxApi/Endpoints/RpcContent.html +3 -3
- data/docs/DropboxApi/Endpoints/RpcNotify.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +103 -12
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +293 -0
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +3 -3
- data/docs/DropboxApi/Endpoints/Users.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +3 -3
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +3 -3
- data/docs/DropboxApi/Errors.html +5 -5
- data/docs/DropboxApi/Errors/AddFileMemberError.html +3 -3
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +3 -3
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +3 -3
- data/docs/DropboxApi/Errors/AlreadySharedError.html +3 -3
- data/docs/DropboxApi/Errors/BadPathError.html +3 -3
- data/docs/DropboxApi/Errors/BasicError.html +4 -4
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +3 -3
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +3 -3
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ConversionError.html +3 -3
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +3 -3
- data/docs/DropboxApi/Errors/CreateFolderError.html +3 -3
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +3 -3
- data/docs/DropboxApi/Errors/CursorClosedError.html +3 -3
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +3 -3
- data/docs/DropboxApi/Errors/DeleteError.html +3 -3
- data/docs/DropboxApi/Errors/DisallowedNameError.html +3 -3
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +3 -3
- data/docs/DropboxApi/Errors/DownloadError.html +3 -3
- data/docs/DropboxApi/Errors/DownloadFailedError.html +3 -3
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +3 -3
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +3 -3
- data/docs/DropboxApi/Errors/FileConflictError.html +3 -3
- data/docs/DropboxApi/Errors/FileMemberActionError.html +3 -3
- data/docs/DropboxApi/Errors/FolderConflictError.html +3 -3
- data/docs/DropboxApi/Errors/GetAccountError.html +3 -3
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/GetMetadataError.html +3 -3
- data/docs/DropboxApi/Errors/GroupDeletedError.html +3 -3
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +3 -3
- data/docs/DropboxApi/Errors/HttpError.html +3 -3
- data/docs/DropboxApi/Errors/InProgressError.html +3 -3
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +3 -3
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +3 -3
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +3 -3
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +3 -3
- data/docs/DropboxApi/Errors/InternalError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCommentError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidCursorError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidEmailError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidFileError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidIdError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidMemberError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidPathError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +3 -3
- data/docs/DropboxApi/Errors/InvalidUrlError.html +3 -3
- data/docs/DropboxApi/Errors/IsAppFolderError.html +3 -3
- data/docs/DropboxApi/Errors/IsFileError.html +3 -3
- data/docs/DropboxApi/Errors/IsFolderError.html +3 -3
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +3 -3
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderError.html +3 -3
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +3 -3
- data/docs/DropboxApi/Errors/ListRevisionsError.html +3 -3
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +3 -3
- data/docs/DropboxApi/Errors/LookupError.html +3 -3
- data/docs/DropboxApi/Errors/MalformedPathError.html +3 -3
- data/docs/DropboxApi/Errors/NoAccountError.html +3 -3
- data/docs/DropboxApi/Errors/NoPermissionError.html +3 -3
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +3 -3
- data/docs/DropboxApi/Errors/NotAMemberError.html +3 -3
- data/docs/DropboxApi/Errors/NotFileError.html +3 -3
- data/docs/DropboxApi/Errors/NotFolderError.html +3 -3
- data/docs/DropboxApi/Errors/NotFoundError.html +3 -3
- data/docs/DropboxApi/Errors/PollError.html +3 -3
- data/docs/DropboxApi/Errors/PreviewError.html +3 -3
- data/docs/DropboxApi/Errors/RateLimitError.html +3 -3
- data/docs/DropboxApi/Errors/RelocationError.html +3 -3
- data/docs/DropboxApi/Errors/RestoreError.html +3 -3
- data/docs/DropboxApi/Errors/RestrictedContentError.html +3 -3
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +164 -0
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +3 -3
- data/docs/DropboxApi/Errors/SaveUrlError.html +3 -3
- data/docs/DropboxApi/Errors/SearchError.html +3 -3
- data/docs/DropboxApi/Errors/SettingsError.html +3 -3
- data/docs/DropboxApi/Errors/ShareFolderError.html +3 -3
- data/docs/DropboxApi/Errors/SharePathError.html +3 -3
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkError.html +3 -3
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +143 -0
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +3 -3
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +3 -3
- data/docs/DropboxApi/Errors/SharingUserError.html +3 -3
- data/docs/DropboxApi/Errors/TeamFolderError.html +3 -3
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +3 -3
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +3 -3
- data/docs/DropboxApi/Errors/ThumbnailError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyFilesError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyMembersError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +3 -3
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +3 -3
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +3 -3
- data/docs/DropboxApi/Errors/UnmountedError.html +3 -3
- data/docs/DropboxApi/Errors/UnshareFileError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +3 -3
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +3 -3
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +3 -3
- data/docs/DropboxApi/Errors/UploadError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +3 -3
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +3 -3
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +3 -3
- data/docs/DropboxApi/Errors/WriteConflictError.html +3 -3
- data/docs/DropboxApi/Errors/WriteError.html +3 -3
- data/docs/DropboxApi/Metadata.html +3 -3
- data/docs/DropboxApi/Metadata/AccessLevel.html +3 -3
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +3 -3
- data/docs/DropboxApi/Metadata/AddMember.html +3 -3
- data/docs/DropboxApi/Metadata/Base.html +3 -3
- data/docs/DropboxApi/Metadata/BasicAccount.html +3 -3
- data/docs/DropboxApi/Metadata/CommitInfo.html +3 -3
- data/docs/DropboxApi/Metadata/Deleted.html +3 -3
- data/docs/DropboxApi/Metadata/Dimensions.html +3 -3
- data/docs/DropboxApi/Metadata/Field.html +3 -3
- data/docs/DropboxApi/Metadata/File.html +3 -3
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/FileMemberAction.html +3 -3
- data/docs/DropboxApi/Metadata/FileRequest.html +3 -3
- data/docs/DropboxApi/Metadata/Folder.html +3 -3
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +3 -3
- data/docs/DropboxApi/Metadata/LinkPermissions.html +3 -3
- data/docs/DropboxApi/Metadata/Location.html +3 -3
- data/docs/DropboxApi/Metadata/MediaInfo.html +3 -3
- data/docs/DropboxApi/Metadata/MediaMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/Member.html +3 -3
- data/docs/DropboxApi/Metadata/MemberAction.html +3 -3
- data/docs/DropboxApi/Metadata/MemberActionList.html +3 -3
- data/docs/DropboxApi/Metadata/MemberPermission.html +3 -3
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +3 -3
- data/docs/DropboxApi/Metadata/Name.html +3 -3
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +3 -3
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/Resource.html +3 -3
- data/docs/DropboxApi/Metadata/SharedFolder.html +3 -3
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +3 -3
- data/docs/DropboxApi/Metadata/SharedLink.html +3 -3
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +3 -3
- data/docs/DropboxApi/Metadata/SpaceUsage.html +3 -3
- data/docs/DropboxApi/Metadata/Tag.html +3 -3
- data/docs/DropboxApi/Metadata/Team.html +3 -3
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +3 -3
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +3 -3
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +3 -3
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +3 -3
- data/docs/DropboxApi/Metadata/VideoMetadata.html +3 -3
- data/docs/DropboxApi/Metadata/WriteMode.html +3 -3
- data/docs/DropboxApi/MiddleWare.html +3 -3
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +3 -3
- data/docs/DropboxApi/MiddleWare/Stack.html +3 -3
- data/docs/DropboxApi/OptionsValidator.html +4 -4
- data/docs/DropboxApi/ResultBuilder.html +3 -3
- data/docs/DropboxApi/Results.html +3 -3
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +3 -3
- data/docs/DropboxApi/Results/Base.html +3 -3
- data/docs/DropboxApi/Results/BasicAccountBatch.html +3 -3
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +3 -3
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +3 -3
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +3 -3
- data/docs/DropboxApi/Results/ListFolderResult.html +3 -3
- data/docs/DropboxApi/Results/ListRevisionsResult.html +3 -3
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +3 -3
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +3 -3
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +3 -3
- data/docs/DropboxApi/Results/SaveUrlResult.html +3 -3
- data/docs/DropboxApi/Results/Search.html +3 -3
- data/docs/DropboxApi/Results/Search/Match.html +3 -3
- data/docs/DropboxApi/Results/SearchResult.html +3 -3
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +3 -3
- data/docs/DropboxApi/Results/SharedFileMembers.html +3 -3
- data/docs/DropboxApi/Results/SharedFolderMembers.html +3 -3
- data/docs/DropboxApi/Results/UploadSessionStart.html +3 -3
- data/docs/DropboxApi/Results/VoidResult.html +3 -3
- data/docs/DropboxScaffoldBuilder.html +3 -3
- data/docs/_index.html +29 -8
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/file.api_coverage.html +3 -3
- data/docs/file.rails_setup.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/method_list.html +230 -214
- data/docs/top-level-namespace.html +3 -3
- data/dropbox_api.gemspec +1 -3
- data/lib/dropbox_api.rb +16 -1
- data/lib/dropbox_api/endpoints/base.rb +3 -1
- data/lib/dropbox_api/endpoints/file_requests/create_file_request.rb +2 -2
- data/lib/dropbox_api/endpoints/files/copy_batch.rb +35 -0
- data/lib/dropbox_api/endpoints/files/copy_batch_check.rb +20 -0
- data/lib/dropbox_api/endpoints/files/create_folder_batch.rb +40 -0
- data/lib/dropbox_api/endpoints/files/create_folder_batch_check.rb +21 -0
- data/lib/dropbox_api/endpoints/files/delete_batch.rb +22 -0
- data/lib/dropbox_api/endpoints/files/delete_batch_check.rb +20 -0
- data/lib/dropbox_api/endpoints/files/upload.rb +1 -1
- data/lib/dropbox_api/endpoints/sharing/create_shared_link_with_settings.rb +1 -1
- data/lib/dropbox_api/errors/create_folder_batch_error.rb +7 -0
- data/lib/dropbox_api/errors/delete_error.rb +3 -2
- data/lib/dropbox_api/errors/relocation_batch_entry_error.rb +9 -0
- data/lib/dropbox_api/results/copy_batch_result.rb +14 -0
- data/lib/dropbox_api/results/create_folder_batch_result.rb +20 -0
- data/lib/dropbox_api/results/create_folder_batch_result_entry.rb +19 -0
- data/lib/dropbox_api/results/delete_batch_result.rb +20 -0
- data/lib/dropbox_api/results/delete_batch_result_entry.rb +15 -0
- data/lib/dropbox_api/results/relocation_batch_result.rb +20 -0
- data/lib/dropbox_api/results/relocation_batch_result_entry.rb +15 -0
- data/lib/dropbox_api/version.rb +1 -1
- data/yardoc/rspec.rb +5 -5
- metadata +37 -18
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Metadata::ThumbnailBatchResultData
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
</div>
|
|
131
131
|
|
|
132
132
|
<div id="footer">
|
|
133
|
-
Generated on
|
|
133
|
+
Generated on Sat Feb 16 18:39:23 2019 by
|
|
134
134
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
135
|
-
0.9.
|
|
135
|
+
0.9.16 (ruby-2.3.3).
|
|
136
136
|
</div>
|
|
137
137
|
|
|
138
138
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Metadata::ThumbnailBatchResultEntry
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -211,9 +211,9 @@ or <code>ThumbnailError</code>.</p>
|
|
|
211
211
|
</div>
|
|
212
212
|
|
|
213
213
|
<div id="footer">
|
|
214
|
-
Generated on
|
|
214
|
+
Generated on Sat Feb 16 18:39:23 2019 by
|
|
215
215
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
216
|
-
0.9.
|
|
216
|
+
0.9.16 (ruby-2.3.3).
|
|
217
217
|
</div>
|
|
218
218
|
|
|
219
219
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Metadata::UploadSessionCursor
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -216,9 +216,9 @@
|
|
|
216
216
|
</div>
|
|
217
217
|
|
|
218
218
|
<div id="footer">
|
|
219
|
-
Generated on
|
|
219
|
+
Generated on Sat Feb 16 18:39:22 2019 by
|
|
220
220
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
221
|
-
0.9.
|
|
221
|
+
0.9.16 (ruby-2.3.3).
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Metadata::VideoMetadata
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
</div>
|
|
156
156
|
|
|
157
157
|
<div id="footer">
|
|
158
|
-
Generated on
|
|
158
|
+
Generated on Sat Feb 16 18:39:21 2019 by
|
|
159
159
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
160
|
-
0.9.
|
|
160
|
+
0.9.16 (ruby-2.3.3).
|
|
161
161
|
</div>
|
|
162
162
|
|
|
163
163
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Metadata::WriteMode
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -429,9 +429,9 @@ to the file name. For example, "document.txt" might become
|
|
|
429
429
|
</div>
|
|
430
430
|
|
|
431
431
|
<div id="footer">
|
|
432
|
-
Generated on
|
|
432
|
+
Generated on Sat Feb 16 18:39:20 2019 by
|
|
433
433
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
434
|
-
0.9.
|
|
434
|
+
0.9.16 (ruby-2.3.3).
|
|
435
435
|
</div>
|
|
436
436
|
|
|
437
437
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: DropboxApi::MiddleWare
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Sat Feb 16 18:39:17 2019 by
|
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.
|
|
112
|
+
0.9.16 (ruby-2.3.3).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::MiddleWare::DecodeResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -263,9 +263,9 @@
|
|
|
263
263
|
</div>
|
|
264
264
|
|
|
265
265
|
<div id="footer">
|
|
266
|
-
Generated on
|
|
266
|
+
Generated on Sat Feb 16 18:39:21 2019 by
|
|
267
267
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
268
|
-
0.9.
|
|
268
|
+
0.9.16 (ruby-2.3.3).
|
|
269
269
|
</div>
|
|
270
270
|
|
|
271
271
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::MiddleWare::Stack
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -442,9 +442,9 @@
|
|
|
442
442
|
</div>
|
|
443
443
|
|
|
444
444
|
<div id="footer">
|
|
445
|
-
Generated on
|
|
445
|
+
Generated on Sat Feb 16 18:39:18 2019 by
|
|
446
446
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
447
|
-
0.9.
|
|
447
|
+
0.9.16 (ruby-2.3.3).
|
|
448
448
|
</div>
|
|
449
449
|
|
|
450
450
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: DropboxApi::OptionsValidator
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
<dl>
|
|
78
78
|
<dt>Included in:</dt>
|
|
79
|
-
<dd><span class='object_link'><a href="ChunkedUploader.html" title="DropboxApi::ChunkedUploader (class)">ChunkedUploader</a></span>, <span class='object_link'><a href="Endpoints/Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Endpoints::Files::Delete</a></span>, <span class='object_link'><a href="Endpoints/Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Endpoints::Files::GetMetadata</a></span>, <span class='object_link'><a href="Endpoints/Files/GetThumbnail.html" title="DropboxApi::Endpoints::Files::GetThumbnail (class)">Endpoints::Files::GetThumbnail</a></span>, <span class='object_link'><a href="Endpoints/Files/GetThumbnailBatch.html" title="DropboxApi::Endpoints::Files::GetThumbnailBatch (class)">Endpoints::Files::GetThumbnailBatch</a></span>, <span class='object_link'><a href="Endpoints/Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Endpoints::Files::ListFolder</a></span>, <span class='object_link'><a href="Endpoints/Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Endpoints::Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Endpoints/Files/ListFolderLongpoll.html" title="DropboxApi::Endpoints::Files::ListFolderLongpoll (class)">Endpoints::Files::ListFolderLongpoll</a></span>, <span class='object_link'><a href="Endpoints/Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Endpoints::Files::ListRevisions</a></span>, <span class='object_link'><a href="Endpoints/Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Endpoints::Files::Move</a></span>, <span class='object_link'><a href="Endpoints/Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Endpoints::Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Endpoints/Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Endpoints::Files::Search</a></span>, <span class='object_link'><a href="Endpoints/Files/Upload.html" title="DropboxApi::Endpoints::Files::Upload (class)">Endpoints::Files::Upload</a></span>, <span class='object_link'><a href="Endpoints/Files/UploadSessionAppendV2.html" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2 (class)">Endpoints::Files::UploadSessionAppendV2</a></span>, <span class='object_link'><a href="Endpoints/Files/UploadSessionFinish.html" title="DropboxApi::Endpoints::Files::UploadSessionFinish (class)">Endpoints::Files::UploadSessionFinish</a></span>, <span class='object_link'><a href="Endpoints/Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">Endpoints::Files::UploadSessionStart</a></span>, <span class='object_link'><a href="Endpoints/Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Endpoints::Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Endpoints/Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Endpoints::Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Endpoints/Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Endpoints::Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Endpoints::Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Endpoints::Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Endpoints::Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Endpoints::Sharing::ShareFolder</a></span></dd>
|
|
79
|
+
<dd><span class='object_link'><a href="ChunkedUploader.html" title="DropboxApi::ChunkedUploader (class)">ChunkedUploader</a></span>, <span class='object_link'><a href="Endpoints/Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Endpoints::Files::Delete</a></span>, <span class='object_link'><a href="Endpoints/Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Endpoints::Files::GetMetadata</a></span>, <span class='object_link'><a href="Endpoints/Files/GetThumbnail.html" title="DropboxApi::Endpoints::Files::GetThumbnail (class)">Endpoints::Files::GetThumbnail</a></span>, <span class='object_link'><a href="Endpoints/Files/GetThumbnailBatch.html" title="DropboxApi::Endpoints::Files::GetThumbnailBatch (class)">Endpoints::Files::GetThumbnailBatch</a></span>, <span class='object_link'><a href="Endpoints/Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Endpoints::Files::ListFolder</a></span>, <span class='object_link'><a href="Endpoints/Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Endpoints::Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Endpoints/Files/ListFolderLongpoll.html" title="DropboxApi::Endpoints::Files::ListFolderLongpoll (class)">Endpoints::Files::ListFolderLongpoll</a></span>, <span class='object_link'><a href="Endpoints/Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Endpoints::Files::ListRevisions</a></span>, <span class='object_link'><a href="Endpoints/Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Endpoints::Files::Move</a></span>, <span class='object_link'><a href="Endpoints/Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Endpoints::Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Endpoints/Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Endpoints::Files::Search</a></span>, <span class='object_link'><a href="Endpoints/Files/Upload.html" title="DropboxApi::Endpoints::Files::Upload (class)">Endpoints::Files::Upload</a></span>, <span class='object_link'><a href="Endpoints/Files/UploadSessionAppendV2.html" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2 (class)">Endpoints::Files::UploadSessionAppendV2</a></span>, <span class='object_link'><a href="Endpoints/Files/UploadSessionFinish.html" title="DropboxApi::Endpoints::Files::UploadSessionFinish (class)">Endpoints::Files::UploadSessionFinish</a></span>, <span class='object_link'><a href="Endpoints/Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">Endpoints::Files::UploadSessionStart</a></span>, <span class='object_link'><a href="Endpoints/Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Endpoints::Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Endpoints/Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Endpoints::Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Endpoints/Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Endpoints::Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Endpoints/Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Endpoints::Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Endpoints::Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Endpoints::Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Endpoints::Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Endpoints/Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Endpoints::Sharing::ShareFolder</a></span></dd>
|
|
80
80
|
</dl>
|
|
81
81
|
|
|
82
82
|
|
|
@@ -224,9 +224,9 @@ keys in the hash is invalid an ArgumentError will be raised.</p>
|
|
|
224
224
|
</div>
|
|
225
225
|
|
|
226
226
|
<div id="footer">
|
|
227
|
-
Generated on
|
|
227
|
+
Generated on Sat Feb 16 18:39:17 2019 by
|
|
228
228
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
229
|
-
0.9.
|
|
229
|
+
0.9.16 (ruby-2.3.3).
|
|
230
230
|
</div>
|
|
231
231
|
|
|
232
232
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::ResultBuilder
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -560,9 +560,9 @@
|
|
|
560
560
|
</div>
|
|
561
561
|
|
|
562
562
|
<div id="footer">
|
|
563
|
-
Generated on
|
|
563
|
+
Generated on Sat Feb 16 18:39:18 2019 by
|
|
564
564
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
565
|
-
0.9.
|
|
565
|
+
0.9.16 (ruby-2.3.3).
|
|
566
566
|
</div>
|
|
567
567
|
|
|
568
568
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Module: DropboxApi::Results
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</div>
|
|
110
110
|
|
|
111
111
|
<div id="footer">
|
|
112
|
-
Generated on
|
|
112
|
+
Generated on Sat Feb 16 18:39:17 2019 by
|
|
113
113
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
114
|
-
0.9.
|
|
114
|
+
0.9.16 (ruby-2.3.3).
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
117
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::AddFileMemberResultList
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -217,9 +217,9 @@
|
|
|
217
217
|
</div>
|
|
218
218
|
|
|
219
219
|
<div id="footer">
|
|
220
|
-
Generated on
|
|
220
|
+
Generated on Sat Feb 16 18:39:23 2019 by
|
|
221
221
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
222
|
-
0.9.
|
|
222
|
+
0.9.16 (ruby-2.3.3).
|
|
223
223
|
</div>
|
|
224
224
|
|
|
225
225
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::Base
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
198
|
<div id="footer">
|
|
199
|
-
Generated on
|
|
199
|
+
Generated on Sat Feb 16 18:39:18 2019 by
|
|
200
200
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
201
|
-
0.9.
|
|
201
|
+
0.9.16 (ruby-2.3.3).
|
|
202
202
|
</div>
|
|
203
203
|
|
|
204
204
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::BasicAccountBatch
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
</div>
|
|
196
196
|
|
|
197
197
|
<div id="footer">
|
|
198
|
-
Generated on
|
|
198
|
+
Generated on Sat Feb 16 18:39:21 2019 by
|
|
199
199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
200
|
-
0.9.
|
|
200
|
+
0.9.16 (ruby-2.3.3).
|
|
201
201
|
</div>
|
|
202
202
|
|
|
203
203
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::GetCopyReferenceResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -341,9 +341,9 @@ so that expiration is effectively not an issue.</p>
|
|
|
341
341
|
</div>
|
|
342
342
|
|
|
343
343
|
<div id="footer">
|
|
344
|
-
Generated on
|
|
344
|
+
Generated on Sat Feb 16 18:39:22 2019 by
|
|
345
345
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
346
|
-
0.9.
|
|
346
|
+
0.9.16 (ruby-2.3.3).
|
|
347
347
|
</div>
|
|
348
348
|
|
|
349
349
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::GetTemporaryLinkResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -253,9 +253,9 @@
|
|
|
253
253
|
</div>
|
|
254
254
|
|
|
255
255
|
<div id="footer">
|
|
256
|
-
Generated on
|
|
256
|
+
Generated on Sat Feb 16 18:39:22 2019 by
|
|
257
257
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
258
|
-
0.9.
|
|
258
|
+
0.9.16 (ruby-2.3.3).
|
|
259
259
|
</div>
|
|
260
260
|
|
|
261
261
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::GetThumbnailBatchResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -204,9 +204,9 @@
|
|
|
204
204
|
</div>
|
|
205
205
|
|
|
206
206
|
<div id="footer">
|
|
207
|
-
Generated on
|
|
207
|
+
Generated on Sat Feb 16 18:39:23 2019 by
|
|
208
208
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
209
|
-
0.9.
|
|
209
|
+
0.9.16 (ruby-2.3.3).
|
|
210
210
|
</div>
|
|
211
211
|
|
|
212
212
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListFolderGetLatestCursorResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -200,9 +200,9 @@
|
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
<div id="footer">
|
|
203
|
-
Generated on
|
|
203
|
+
Generated on Sat Feb 16 18:39:23 2019 by
|
|
204
204
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
205
|
-
0.9.
|
|
205
|
+
0.9.16 (ruby-2.3.3).
|
|
206
206
|
</div>
|
|
207
207
|
|
|
208
208
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListFolderLongpollResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -277,9 +277,9 @@
|
|
|
277
277
|
</div>
|
|
278
278
|
|
|
279
279
|
<div id="footer">
|
|
280
|
-
Generated on
|
|
280
|
+
Generated on Sat Feb 16 18:39:23 2019 by
|
|
281
281
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
282
|
-
0.9.
|
|
282
|
+
0.9.16 (ruby-2.3.3).
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListFolderResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -358,9 +358,9 @@ folder since your previous query.</p>
|
|
|
358
358
|
</div>
|
|
359
359
|
|
|
360
360
|
<div id="footer">
|
|
361
|
-
Generated on
|
|
361
|
+
Generated on Sat Feb 16 18:39:21 2019 by
|
|
362
362
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
363
|
-
0.9.
|
|
363
|
+
0.9.16 (ruby-2.3.3).
|
|
364
364
|
</div>
|
|
365
365
|
|
|
366
366
|
</div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListRevisionsResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.16
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -290,9 +290,9 @@
|
|
|
290
290
|
</div>
|
|
291
291
|
|
|
292
292
|
<div id="footer">
|
|
293
|
-
Generated on
|
|
293
|
+
Generated on Sat Feb 16 18:39:22 2019 by
|
|
294
294
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
295
|
-
0.9.
|
|
295
|
+
0.9.16 (ruby-2.3.3).
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
298
|
</div>
|