dropbox_api 0.1.17 → 0.1.18
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 +4 -4
- data/Gemfile +1 -1
- 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 +1261 -88
- 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 +5 -5
- data/docs/DropboxApi/Endpoints/Files/Copy.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +359 -0
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +305 -0
- 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 +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +377 -0
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +308 -0
- data/docs/DropboxApi/Endpoints/Files/Delete.html +3 -3
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +305 -0
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +307 -0
- 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 +3 -3
- 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 +4 -4
- 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 +3 -3
- 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 +4 -4
- 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 +3 -3
- 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/CreateFolderBatchError.html +161 -0
- 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 +5 -4
- 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/RelocationBatchEntryError.html +163 -0
- 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 +3 -3
- 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 +3 -3
- 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 +5 -5
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +3 -3
- data/docs/DropboxApi/Results/Base.html +4 -4
- data/docs/DropboxApi/Results/BasicAccountBatch.html +3 -3
- data/docs/DropboxApi/Results/CopyBatchResult.html +224 -0
- data/docs/DropboxApi/Results/CreateFolderBatchResult.html +241 -0
- data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +234 -0
- data/docs/DropboxApi/Results/DeleteBatchResult.html +241 -0
- data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +226 -0
- 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/RelocationBatchResult.html +241 -0
- data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +226 -0
- 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 +105 -50
- data/docs/_index.html +123 -18
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/file.api_coverage.html +10 -10
- data/docs/file.rails_setup.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/js/app.js +11 -0
- data/docs/method_list.html +417 -257
- data/docs/top-level-namespace.html +3 -3
- data/dropbox_api.gemspec +1 -1
- data/lib/dropbox_api/version.rb +1 -1
- metadata +20 -11
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxScaffoldBuilder
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.19
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -238,6 +238,28 @@ every execution of the test suite.</p>
|
|
|
238
238
|
<li class="public ">
|
|
239
239
|
<span class="summary_signature">
|
|
240
240
|
|
|
241
|
+
<a href="#build_copy_batch-instance_method" title="#build_copy_batch (instance method)">#<strong>build_copy_batch</strong> ⇒ Object </a>
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
</span>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
256
|
+
|
|
257
|
+
</li>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
<li class="public ">
|
|
261
|
+
<span class="summary_signature">
|
|
262
|
+
|
|
241
263
|
<a href="#build_create_file_request-instance_method" title="#build_create_file_request (instance method)">#<strong>build_create_file_request</strong> ⇒ Object </a>
|
|
242
264
|
|
|
243
265
|
|
|
@@ -683,9 +705,9 @@ every execution of the test suite.</p>
|
|
|
683
705
|
|
|
684
706
|
|
|
685
707
|
<div class="method_details first">
|
|
686
|
-
<h3 class="signature first" id="
|
|
708
|
+
<h3 class="signature first" id="build_copy_batch-instance_method">
|
|
687
709
|
|
|
688
|
-
#<strong>
|
|
710
|
+
#<strong>build_copy_batch</strong> ⇒ <tt>Object</tt>
|
|
689
711
|
|
|
690
712
|
|
|
691
713
|
|
|
@@ -700,11 +722,44 @@ every execution of the test suite.</p>
|
|
|
700
722
|
|
|
701
723
|
57
|
|
702
724
|
58
|
|
703
|
-
59
|
|
725
|
+
59
|
|
726
|
+
60</pre>
|
|
704
727
|
</td>
|
|
705
728
|
<td>
|
|
706
729
|
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 57</span>
|
|
707
730
|
|
|
731
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_build_copy_batch'>build_copy_batch</span>
|
|
732
|
+
<span class='id identifier rubyid_client'>client</span><span class='period'>.</span><span class='id identifier rubyid_upload'>upload</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path_prefix'>path_prefix</span><span class='embexpr_end'>}</span><span class='tstring_content'>/regular_file.txt</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Che primo! aon vas?</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
733
|
+
<span class='id identifier rubyid_client'>client</span><span class='period'>.</span><span class='id identifier rubyid_upload'>upload</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path_prefix'>path_prefix</span><span class='embexpr_end'>}</span><span class='tstring_content'>/regular_file_2.txt</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Pal Calvari, amic</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
734
|
+
<span class='kw'>end</span></pre>
|
|
735
|
+
</td>
|
|
736
|
+
</tr>
|
|
737
|
+
</table>
|
|
738
|
+
</div>
|
|
739
|
+
|
|
740
|
+
<div class="method_details ">
|
|
741
|
+
<h3 class="signature " id="build_create_file_request-instance_method">
|
|
742
|
+
|
|
743
|
+
#<strong>build_create_file_request</strong> ⇒ <tt>Object</tt>
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
</h3>
|
|
750
|
+
<table class="source_code">
|
|
751
|
+
<tr>
|
|
752
|
+
<td>
|
|
753
|
+
<pre class="lines">
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
62
|
|
757
|
+
63
|
|
758
|
+
64</pre>
|
|
759
|
+
</td>
|
|
760
|
+
<td>
|
|
761
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 62</span>
|
|
762
|
+
|
|
708
763
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_create_file_request'>build_create_file_request</span>
|
|
709
764
|
<span class='id identifier rubyid_client'>client</span><span class='period'>.</span><span class='id identifier rubyid_upload'>upload</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path_prefix'>path_prefix</span><span class='embexpr_end'>}</span><span class='tstring_content'>/regular_file.txt</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Arkansas, dude.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
710
765
|
<span class='kw'>end</span></pre>
|
|
@@ -729,17 +784,17 @@ every execution of the test suite.</p>
|
|
|
729
784
|
<pre class="lines">
|
|
730
785
|
|
|
731
786
|
|
|
732
|
-
61
|
|
733
|
-
62
|
|
734
|
-
63
|
|
735
|
-
64
|
|
736
|
-
65
|
|
737
787
|
66
|
|
738
788
|
67
|
|
739
|
-
68
|
|
789
|
+
68
|
|
790
|
+
69
|
|
791
|
+
70
|
|
792
|
+
71
|
|
793
|
+
72
|
|
794
|
+
73</pre>
|
|
740
795
|
</td>
|
|
741
796
|
<td>
|
|
742
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
797
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 66</span>
|
|
743
798
|
|
|
744
799
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_delete'>build_delete</span>
|
|
745
800
|
<span class='id identifier rubyid_file_contents'>file_contents</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Tijuana, amigo.</span><span class='tstring_end'>"</span></span>
|
|
@@ -770,17 +825,17 @@ every execution of the test suite.</p>
|
|
|
770
825
|
<pre class="lines">
|
|
771
826
|
|
|
772
827
|
|
|
773
|
-
70
|
|
774
|
-
71
|
|
775
|
-
72
|
|
776
|
-
73
|
|
777
|
-
74
|
|
778
828
|
75
|
|
779
829
|
76
|
|
780
|
-
77
|
|
830
|
+
77
|
|
831
|
+
78
|
|
832
|
+
79
|
|
833
|
+
80
|
|
834
|
+
81
|
|
835
|
+
82</pre>
|
|
781
836
|
</td>
|
|
782
837
|
<td>
|
|
783
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
838
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 75</span>
|
|
784
839
|
|
|
785
840
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_get_metadata'>build_get_metadata</span>
|
|
786
841
|
<span class='id identifier rubyid_client'>client</span><span class='period'>.</span><span class='id identifier rubyid_upload'>upload</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path_prefix'>path_prefix</span><span class='embexpr_end'>}</span><span class='tstring_content'>/file.txt</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>This is a test file.</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='lbrace'>{</span>
|
|
@@ -811,16 +866,16 @@ every execution of the test suite.</p>
|
|
|
811
866
|
<pre class="lines">
|
|
812
867
|
|
|
813
868
|
|
|
814
|
-
98
|
|
815
|
-
99
|
|
816
|
-
100
|
|
817
|
-
101
|
|
818
|
-
102
|
|
819
869
|
103
|
|
820
|
-
104
|
|
870
|
+
104
|
|
871
|
+
105
|
|
872
|
+
106
|
|
873
|
+
107
|
|
874
|
+
108
|
|
875
|
+
109</pre>
|
|
821
876
|
</td>
|
|
822
877
|
<td>
|
|
823
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
878
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 103</span>
|
|
824
879
|
|
|
825
880
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_get_shared_link_metadata'>build_get_shared_link_metadata</span>
|
|
826
881
|
<span class='id identifier rubyid_client'>client</span><span class='period'>.</span><span class='id identifier rubyid_create_folder'>create_folder</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path_prefix'>path_prefix</span><span class='embexpr_end'>}</span><span class='tstring_content'>/shared_folder</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
@@ -850,13 +905,13 @@ every execution of the test suite.</p>
|
|
|
850
905
|
<pre class="lines">
|
|
851
906
|
|
|
852
907
|
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
908
|
+
98
|
|
909
|
+
99
|
|
910
|
+
100
|
|
911
|
+
101</pre>
|
|
857
912
|
</td>
|
|
858
913
|
<td>
|
|
859
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
914
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 98</span>
|
|
860
915
|
|
|
861
916
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_get_thumbnail_batch'>build_get_thumbnail_batch</span>
|
|
862
917
|
<span class='id identifier rubyid_file_content'>file_content</span> <span class='op'>=</span> <span class='const'>IO</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_fixtures_path'>fixtures_path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>img.png</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
@@ -883,14 +938,14 @@ every execution of the test suite.</p>
|
|
|
883
938
|
<pre class="lines">
|
|
884
939
|
|
|
885
940
|
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
941
|
+
84
|
|
942
|
+
85
|
|
943
|
+
86
|
|
944
|
+
87
|
|
945
|
+
88</pre>
|
|
891
946
|
</td>
|
|
892
947
|
<td>
|
|
893
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
948
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 84</span>
|
|
894
949
|
|
|
895
950
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_list_folder'>build_list_folder</span>
|
|
896
951
|
<span class='id identifier rubyid_client'>client</span><span class='period'>.</span><span class='id identifier rubyid_create_folder'>create_folder</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_path_prefix'>path_prefix</span><span class='embexpr_end'>}</span><span class='tstring_content'>/shared_folder</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
@@ -918,12 +973,12 @@ every execution of the test suite.</p>
|
|
|
918
973
|
<pre class="lines">
|
|
919
974
|
|
|
920
975
|
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
976
|
+
90
|
|
977
|
+
91
|
|
978
|
+
92</pre>
|
|
924
979
|
</td>
|
|
925
980
|
<td>
|
|
926
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
981
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 90</span>
|
|
927
982
|
|
|
928
983
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_upload'>build_upload</span>
|
|
929
984
|
<span class='comment'># No need to set up anything
|
|
@@ -949,12 +1004,12 @@ every execution of the test suite.</p>
|
|
|
949
1004
|
<pre class="lines">
|
|
950
1005
|
|
|
951
1006
|
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
1007
|
+
94
|
|
1008
|
+
95
|
|
1009
|
+
96</pre>
|
|
955
1010
|
</td>
|
|
956
1011
|
<td>
|
|
957
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
1012
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 94</span>
|
|
958
1013
|
|
|
959
1014
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_upload_by_chunks'>build_upload_by_chunks</span>
|
|
960
1015
|
<span class='comment'># No op
|
|
@@ -1087,12 +1142,12 @@ every execution of the test suite.</p>
|
|
|
1087
1142
|
<pre class="lines">
|
|
1088
1143
|
|
|
1089
1144
|
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1145
|
+
112
|
|
1146
|
+
113
|
|
1147
|
+
114</pre>
|
|
1093
1148
|
</td>
|
|
1094
1149
|
<td>
|
|
1095
|
-
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line
|
|
1150
|
+
<pre class="code"><span class="info file"># File 'spec/support/dropbox_scaffold_builder.rb', line 112</span>
|
|
1096
1151
|
|
|
1097
1152
|
<span class='kw'>def</span> <span class='id identifier rubyid_path_prefix'>path_prefix</span>
|
|
1098
1153
|
<span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span> <span class='const'><span class='object_link'><a href="#PREFIX-constant" title="DropboxScaffoldBuilder::PREFIX (constant)">PREFIX</a></span></span><span class='comma'>,</span> <span class='ivar'>@endpoint_name</span>
|
|
@@ -1107,9 +1162,9 @@ every execution of the test suite.</p>
|
|
|
1107
1162
|
</div>
|
|
1108
1163
|
|
|
1109
1164
|
<div id="footer">
|
|
1110
|
-
Generated on
|
|
1165
|
+
Generated on Fri May 31 17:53:37 2019 by
|
|
1111
1166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1112
|
-
0.9.
|
|
1167
|
+
0.9.19 (ruby-2.6.2).
|
|
1113
1168
|
</div>
|
|
1114
1169
|
|
|
1115
1170
|
</div>
|
data/docs/_index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>
|
|
7
|
-
Documentation by YARD 0.9.
|
|
7
|
+
Documentation by YARD 0.9.19
|
|
8
8
|
|
|
9
9
|
</title>
|
|
10
10
|
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<div class="clear"></div>
|
|
53
53
|
</div>
|
|
54
54
|
|
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.
|
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.19</h1>
|
|
56
56
|
<div id="listing">
|
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
|
58
58
|
|
|
@@ -186,23 +186,23 @@
|
|
|
186
186
|
</li>
|
|
187
187
|
|
|
188
188
|
<li>
|
|
189
|
-
<span class='object_link'><a href="DropboxApi/
|
|
189
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span>
|
|
190
190
|
|
|
191
|
-
<small>(DropboxApi::
|
|
191
|
+
<small>(DropboxApi::Endpoints)</small>
|
|
192
192
|
|
|
193
193
|
</li>
|
|
194
194
|
|
|
195
195
|
<li>
|
|
196
|
-
<span class='object_link'><a href="DropboxApi/
|
|
196
|
+
<span class='object_link'><a href="DropboxApi/Metadata/Base.html" title="DropboxApi::Metadata::Base (class)">Base</a></span>
|
|
197
197
|
|
|
198
|
-
<small>(DropboxApi::
|
|
198
|
+
<small>(DropboxApi::Metadata)</small>
|
|
199
199
|
|
|
200
200
|
</li>
|
|
201
201
|
|
|
202
202
|
<li>
|
|
203
|
-
<span class='object_link'><a href="DropboxApi/
|
|
203
|
+
<span class='object_link'><a href="DropboxApi/Results/Base.html" title="DropboxApi::Results::Base (class)">Base</a></span>
|
|
204
204
|
|
|
205
|
-
<small>(DropboxApi::
|
|
205
|
+
<small>(DropboxApi::Results)</small>
|
|
206
206
|
|
|
207
207
|
</li>
|
|
208
208
|
|
|
@@ -326,6 +326,27 @@
|
|
|
326
326
|
|
|
327
327
|
</li>
|
|
328
328
|
|
|
329
|
+
<li>
|
|
330
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">CopyBatch</a></span>
|
|
331
|
+
|
|
332
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
333
|
+
|
|
334
|
+
</li>
|
|
335
|
+
|
|
336
|
+
<li>
|
|
337
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">CopyBatchCheck</a></span>
|
|
338
|
+
|
|
339
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
340
|
+
|
|
341
|
+
</li>
|
|
342
|
+
|
|
343
|
+
<li>
|
|
344
|
+
<span class='object_link'><a href="DropboxApi/Results/CopyBatchResult.html" title="DropboxApi::Results::CopyBatchResult (class)">CopyBatchResult</a></span>
|
|
345
|
+
|
|
346
|
+
<small>(DropboxApi::Results)</small>
|
|
347
|
+
|
|
348
|
+
</li>
|
|
349
|
+
|
|
329
350
|
<li>
|
|
330
351
|
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">CopyReferenceGet</a></span>
|
|
331
352
|
|
|
@@ -361,6 +382,41 @@
|
|
|
361
382
|
|
|
362
383
|
</li>
|
|
363
384
|
|
|
385
|
+
<li>
|
|
386
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">CreateFolderBatch</a></span>
|
|
387
|
+
|
|
388
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
389
|
+
|
|
390
|
+
</li>
|
|
391
|
+
|
|
392
|
+
<li>
|
|
393
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">CreateFolderBatchCheck</a></span>
|
|
394
|
+
|
|
395
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
396
|
+
|
|
397
|
+
</li>
|
|
398
|
+
|
|
399
|
+
<li>
|
|
400
|
+
<span class='object_link'><a href="DropboxApi/Errors/CreateFolderBatchError.html" title="DropboxApi::Errors::CreateFolderBatchError (class)">CreateFolderBatchError</a></span>
|
|
401
|
+
|
|
402
|
+
<small>(DropboxApi::Errors)</small>
|
|
403
|
+
|
|
404
|
+
</li>
|
|
405
|
+
|
|
406
|
+
<li>
|
|
407
|
+
<span class='object_link'><a href="DropboxApi/Results/CreateFolderBatchResult.html" title="DropboxApi::Results::CreateFolderBatchResult (class)">CreateFolderBatchResult</a></span>
|
|
408
|
+
|
|
409
|
+
<small>(DropboxApi::Results)</small>
|
|
410
|
+
|
|
411
|
+
</li>
|
|
412
|
+
|
|
413
|
+
<li>
|
|
414
|
+
<span class='object_link'><a href="DropboxApi/Results/CreateFolderBatchResultEntry.html" title="DropboxApi::Results::CreateFolderBatchResultEntry (class)">CreateFolderBatchResultEntry</a></span>
|
|
415
|
+
|
|
416
|
+
<small>(DropboxApi::Results)</small>
|
|
417
|
+
|
|
418
|
+
</li>
|
|
419
|
+
|
|
364
420
|
<li>
|
|
365
421
|
<span class='object_link'><a href="DropboxApi/Errors/CreateFolderError.html" title="DropboxApi::Errors::CreateFolderError (class)">CreateFolderError</a></span>
|
|
366
422
|
|
|
@@ -418,6 +474,34 @@
|
|
|
418
474
|
|
|
419
475
|
</li>
|
|
420
476
|
|
|
477
|
+
<li>
|
|
478
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">DeleteBatch</a></span>
|
|
479
|
+
|
|
480
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
481
|
+
|
|
482
|
+
</li>
|
|
483
|
+
|
|
484
|
+
<li>
|
|
485
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">DeleteBatchCheck</a></span>
|
|
486
|
+
|
|
487
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
488
|
+
|
|
489
|
+
</li>
|
|
490
|
+
|
|
491
|
+
<li>
|
|
492
|
+
<span class='object_link'><a href="DropboxApi/Results/DeleteBatchResult.html" title="DropboxApi::Results::DeleteBatchResult (class)">DeleteBatchResult</a></span>
|
|
493
|
+
|
|
494
|
+
<small>(DropboxApi::Results)</small>
|
|
495
|
+
|
|
496
|
+
</li>
|
|
497
|
+
|
|
498
|
+
<li>
|
|
499
|
+
<span class='object_link'><a href="DropboxApi/Results/DeleteBatchResultEntry.html" title="DropboxApi::Results::DeleteBatchResultEntry (class)">DeleteBatchResultEntry</a></span>
|
|
500
|
+
|
|
501
|
+
<small>(DropboxApi::Results)</small>
|
|
502
|
+
|
|
503
|
+
</li>
|
|
504
|
+
|
|
421
505
|
<li>
|
|
422
506
|
<span class='object_link'><a href="DropboxApi/Errors/DeleteError.html" title="DropboxApi::Errors::DeleteError (class)">DeleteError</a></span>
|
|
423
507
|
|
|
@@ -1331,6 +1415,27 @@
|
|
|
1331
1415
|
|
|
1332
1416
|
</li>
|
|
1333
1417
|
|
|
1418
|
+
<li>
|
|
1419
|
+
<span class='object_link'><a href="DropboxApi/Errors/RelocationBatchEntryError.html" title="DropboxApi::Errors::RelocationBatchEntryError (class)">RelocationBatchEntryError</a></span>
|
|
1420
|
+
|
|
1421
|
+
<small>(DropboxApi::Errors)</small>
|
|
1422
|
+
|
|
1423
|
+
</li>
|
|
1424
|
+
|
|
1425
|
+
<li>
|
|
1426
|
+
<span class='object_link'><a href="DropboxApi/Results/RelocationBatchResult.html" title="DropboxApi::Results::RelocationBatchResult (class)">RelocationBatchResult</a></span>
|
|
1427
|
+
|
|
1428
|
+
<small>(DropboxApi::Results)</small>
|
|
1429
|
+
|
|
1430
|
+
</li>
|
|
1431
|
+
|
|
1432
|
+
<li>
|
|
1433
|
+
<span class='object_link'><a href="DropboxApi/Results/RelocationBatchResultEntry.html" title="DropboxApi::Results::RelocationBatchResultEntry (class)">RelocationBatchResultEntry</a></span>
|
|
1434
|
+
|
|
1435
|
+
<small>(DropboxApi::Results)</small>
|
|
1436
|
+
|
|
1437
|
+
</li>
|
|
1438
|
+
|
|
1334
1439
|
<li>
|
|
1335
1440
|
<span class='object_link'><a href="DropboxApi/Errors/RelocationError.html" title="DropboxApi::Errors::RelocationError (class)">RelocationError</a></span>
|
|
1336
1441
|
|
|
@@ -1476,16 +1581,16 @@
|
|
|
1476
1581
|
</li>
|
|
1477
1582
|
|
|
1478
1583
|
<li>
|
|
1479
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1584
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Search</a></span>
|
|
1480
1585
|
|
|
1481
|
-
<small>(DropboxApi::
|
|
1586
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
1482
1587
|
|
|
1483
1588
|
</li>
|
|
1484
1589
|
|
|
1485
1590
|
<li>
|
|
1486
|
-
<span class='object_link'><a href="DropboxApi/
|
|
1591
|
+
<span class='object_link'><a href="DropboxApi/Results/Search.html" title="DropboxApi::Results::Search (module)">Search</a></span>
|
|
1487
1592
|
|
|
1488
|
-
<small>(DropboxApi::
|
|
1593
|
+
<small>(DropboxApi::Results)</small>
|
|
1489
1594
|
|
|
1490
1595
|
</li>
|
|
1491
1596
|
|
|
@@ -1905,16 +2010,16 @@
|
|
|
1905
2010
|
</li>
|
|
1906
2011
|
|
|
1907
2012
|
<li>
|
|
1908
|
-
<span class='object_link'><a href="DropboxApi/
|
|
2013
|
+
<span class='object_link'><a href="DropboxApi/Results/UploadSessionStart.html" title="DropboxApi::Results::UploadSessionStart (class)">UploadSessionStart</a></span>
|
|
1909
2014
|
|
|
1910
|
-
<small>(DropboxApi::
|
|
2015
|
+
<small>(DropboxApi::Results)</small>
|
|
1911
2016
|
|
|
1912
2017
|
</li>
|
|
1913
2018
|
|
|
1914
2019
|
<li>
|
|
1915
|
-
<span class='object_link'><a href="DropboxApi/
|
|
2020
|
+
<span class='object_link'><a href="DropboxApi/Endpoints/Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">UploadSessionStart</a></span>
|
|
1916
2021
|
|
|
1917
|
-
<small>(DropboxApi::
|
|
2022
|
+
<small>(DropboxApi::Endpoints::Files)</small>
|
|
1918
2023
|
|
|
1919
2024
|
</li>
|
|
1920
2025
|
|
|
@@ -1995,9 +2100,9 @@
|
|
|
1995
2100
|
</div>
|
|
1996
2101
|
|
|
1997
2102
|
<div id="footer">
|
|
1998
|
-
Generated on
|
|
2103
|
+
Generated on Fri May 31 17:53:30 2019 by
|
|
1999
2104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2000
|
-
0.9.
|
|
2105
|
+
0.9.19 (ruby-2.6.2).
|
|
2001
2106
|
</div>
|
|
2002
2107
|
|
|
2003
2108
|
</div>
|