dropbox_api 0.1.19 → 0.1.20
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/README.md +113 -22
- data/docs/DropboxApi/Authenticator.html +12 -12
- data/docs/DropboxApi/ChunkedUploader.html +20 -20
- data/docs/DropboxApi/Client.html +1673 -906
- data/docs/DropboxApi/ConnectionBuilder.html +16 -16
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +10 -10
- data/docs/DropboxApi/Endpoints/Auth.html +6 -6
- data/docs/DropboxApi/Endpoints/Base.html +9 -9
- data/docs/DropboxApi/Endpoints/ContentDownload.html +19 -19
- data/docs/DropboxApi/Endpoints/ContentUpload.html +17 -17
- data/docs/DropboxApi/Endpoints/Files/Copy.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Delete.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Download.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +15 -15
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +10 -10
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Move.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Restore.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/Search.html +48 -96
- data/docs/DropboxApi/Endpoints/Files/Upload.html +10 -10
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +11 -11
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +12 -12
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +12 -12
- data/docs/DropboxApi/Endpoints/Files.html +6 -6
- data/docs/DropboxApi/Endpoints/Rpc.html +17 -17
- data/docs/DropboxApi/Endpoints/RpcContent.html +11 -11
- data/docs/DropboxApi/Endpoints/RpcNotify.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +12 -12
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +10 -10
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +11 -11
- data/docs/DropboxApi/Endpoints/Sharing.html +6 -6
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +11 -11
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +11 -11
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +10 -10
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +10 -10
- data/docs/DropboxApi/Endpoints/Users.html +6 -6
- data/docs/DropboxApi/Endpoints.html +6 -6
- data/docs/DropboxApi/Errors/AddFileMemberError.html +10 -10
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +16 -16
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +11 -11
- data/docs/DropboxApi/Errors/AlreadySharedError.html +9 -9
- data/docs/DropboxApi/Errors/BadPathError.html +6 -6
- data/docs/DropboxApi/Errors/BasicError.html +17 -17
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +6 -6
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +6 -6
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/ConversionError.html +6 -6
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +6 -6
- data/docs/DropboxApi/Errors/CreateFolderBatchError.html +7 -7
- data/docs/DropboxApi/Errors/CreateFolderError.html +7 -7
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +11 -11
- data/docs/DropboxApi/Errors/CursorClosedError.html +6 -6
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +6 -6
- data/docs/DropboxApi/Errors/DeleteError.html +9 -9
- data/docs/DropboxApi/Errors/DisallowedNameError.html +6 -6
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +6 -6
- data/docs/DropboxApi/Errors/DownloadError.html +7 -7
- data/docs/DropboxApi/Errors/DownloadFailedError.html +6 -6
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +6 -6
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +6 -6
- data/docs/DropboxApi/Errors/FileConflictError.html +6 -6
- data/docs/DropboxApi/Errors/FileMemberActionError.html +10 -10
- data/docs/DropboxApi/Errors/FolderConflictError.html +6 -6
- data/docs/DropboxApi/Errors/GetAccountError.html +7 -7
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +7 -7
- data/docs/DropboxApi/Errors/GetMetadataError.html +7 -7
- data/docs/DropboxApi/Errors/GroupDeletedError.html +6 -6
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +6 -6
- data/docs/DropboxApi/Errors/HttpError.html +6 -6
- data/docs/DropboxApi/Errors/InProgressError.html +6 -6
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +6 -6
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +6 -6
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +6 -6
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +6 -6
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +6 -6
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +6 -6
- data/docs/DropboxApi/Errors/InternalError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidCommentError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidCursorError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidEmailError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidFileError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidIdError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidMemberError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidPathError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +6 -6
- data/docs/DropboxApi/Errors/InvalidUrlError.html +6 -6
- data/docs/DropboxApi/Errors/IsAppFolderError.html +6 -6
- data/docs/DropboxApi/Errors/IsFileError.html +6 -6
- data/docs/DropboxApi/Errors/IsFolderError.html +6 -6
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +6 -6
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +6 -6
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +8 -8
- data/docs/DropboxApi/Errors/ListFolderError.html +7 -7
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +7 -7
- data/docs/DropboxApi/Errors/ListRevisionsError.html +7 -7
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +8 -8
- data/docs/DropboxApi/Errors/LookupError.html +11 -11
- data/docs/DropboxApi/Errors/MalformedPathError.html +6 -6
- data/docs/DropboxApi/Errors/NoAccountError.html +6 -6
- data/docs/DropboxApi/Errors/NoPermissionError.html +6 -6
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +6 -6
- data/docs/DropboxApi/Errors/NotAMemberError.html +6 -6
- data/docs/DropboxApi/Errors/NotFileError.html +6 -6
- data/docs/DropboxApi/Errors/NotFolderError.html +6 -6
- data/docs/DropboxApi/Errors/NotFoundError.html +6 -6
- data/docs/DropboxApi/Errors/PollError.html +8 -8
- data/docs/DropboxApi/Errors/PreviewError.html +10 -10
- data/docs/DropboxApi/Errors/RateLimitError.html +6 -6
- data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +9 -9
- data/docs/DropboxApi/Errors/RelocationError.html +13 -13
- data/docs/DropboxApi/Errors/RestoreError.html +9 -9
- data/docs/DropboxApi/Errors/RestrictedContentError.html +6 -6
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +10 -10
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +11 -11
- data/docs/DropboxApi/Errors/SaveUrlError.html +10 -10
- data/docs/DropboxApi/Errors/SearchError.html +7 -7
- data/docs/DropboxApi/Errors/SettingsError.html +8 -8
- data/docs/DropboxApi/Errors/ShareFolderError.html +11 -11
- data/docs/DropboxApi/Errors/SharePathError.html +17 -17
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +10 -10
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +6 -6
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +6 -6
- data/docs/DropboxApi/Errors/SharedLinkError.html +9 -9
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +6 -6
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +6 -6
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +11 -11
- data/docs/DropboxApi/Errors/SharingUserError.html +7 -7
- data/docs/DropboxApi/Errors/TeamFolderError.html +6 -6
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +6 -6
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +7 -7
- data/docs/DropboxApi/Errors/ThumbnailError.html +10 -10
- data/docs/DropboxApi/Errors/TooManyFilesError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyMembersError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +15 -15
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +6 -6
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +6 -6
- data/docs/DropboxApi/Errors/UnmountedError.html +6 -6
- data/docs/DropboxApi/Errors/UnshareFileError.html +8 -8
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +6 -6
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +6 -6
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +6 -6
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +6 -6
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +6 -6
- data/docs/DropboxApi/Errors/UploadError.html +7 -7
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +9 -9
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +10 -10
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +10 -10
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +7 -7
- data/docs/DropboxApi/Errors/WriteConflictError.html +9 -9
- data/docs/DropboxApi/Errors/WriteError.html +11 -11
- data/docs/DropboxApi/Errors.html +6 -6
- data/docs/DropboxApi/Metadata/AccessLevel.html +9 -9
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +6 -6
- data/docs/DropboxApi/Metadata/AddMember.html +11 -11
- data/docs/DropboxApi/Metadata/Base.html +24 -24
- data/docs/DropboxApi/Metadata/BasicAccount.html +6 -6
- data/docs/DropboxApi/Metadata/CommitInfo.html +9 -9
- data/docs/DropboxApi/Metadata/Deleted.html +6 -6
- data/docs/DropboxApi/Metadata/Dimensions.html +6 -6
- data/docs/DropboxApi/Metadata/Field.html +24 -20
- data/docs/DropboxApi/Metadata/File.html +10 -10
- data/docs/DropboxApi/Metadata/FileCategoriesList.html +205 -0
- data/docs/DropboxApi/Metadata/FileCategory.html +250 -0
- data/docs/DropboxApi/Metadata/FileExtensionsList.html +213 -0
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/FileMemberAction.html +10 -10
- data/docs/DropboxApi/Metadata/FileRequest.html +6 -6
- data/docs/DropboxApi/Metadata/FileStatus.html +242 -0
- data/docs/DropboxApi/Metadata/Folder.html +10 -10
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +6 -6
- data/docs/DropboxApi/Metadata/LinkPermissions.html +6 -6
- data/docs/DropboxApi/Metadata/Location.html +6 -6
- data/docs/DropboxApi/Metadata/MediaInfo.html +9 -9
- data/docs/DropboxApi/Metadata/MediaMetadata.html +9 -9
- data/docs/DropboxApi/Metadata/Member.html +13 -13
- data/docs/DropboxApi/Metadata/MemberAction.html +9 -9
- data/docs/DropboxApi/Metadata/MemberActionList.html +9 -9
- data/docs/DropboxApi/Metadata/MemberPermission.html +6 -6
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +10 -10
- data/docs/DropboxApi/Metadata/MetadataV2.html +140 -0
- data/docs/DropboxApi/Metadata/Name.html +6 -6
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +6 -6
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/Resource.html +10 -10
- data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +140 -0
- data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +244 -0
- data/docs/DropboxApi/Metadata/SearchMatchV2.html +216 -0
- data/docs/DropboxApi/Metadata/SearchOptions.html +140 -0
- data/docs/DropboxApi/Metadata/SearchOrderBy.html +242 -0
- data/docs/DropboxApi/Metadata/SharedFolder.html +6 -6
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +6 -6
- data/docs/DropboxApi/Metadata/SharedLink.html +18 -18
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +10 -10
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +6 -6
- data/docs/DropboxApi/Metadata/SpaceUsage.html +6 -6
- data/docs/DropboxApi/Metadata/Tag.html +14 -14
- data/docs/DropboxApi/Metadata/Team.html +6 -6
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +6 -6
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +6 -6
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +11 -11
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +9 -9
- data/docs/DropboxApi/Metadata/VideoMetadata.html +6 -6
- data/docs/DropboxApi/Metadata/WriteMode.html +21 -21
- data/docs/DropboxApi/Metadata.html +8 -8
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +13 -13
- data/docs/DropboxApi/MiddleWare/Stack.html +22 -22
- data/docs/DropboxApi/MiddleWare.html +6 -6
- data/docs/DropboxApi/OptionsValidator.html +9 -9
- data/docs/DropboxApi/ResultBuilder.html +30 -30
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +10 -10
- data/docs/DropboxApi/Results/Base.html +11 -11
- data/docs/DropboxApi/Results/BasicAccountBatch.html +10 -10
- data/docs/DropboxApi/Results/CopyBatchResult.html +10 -10
- data/docs/DropboxApi/Results/CreateFolderBatchResult.html +13 -13
- data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +9 -9
- data/docs/DropboxApi/Results/DeleteBatchResult.html +13 -13
- data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +9 -9
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +18 -18
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +14 -14
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +10 -10
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +10 -10
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +14 -14
- data/docs/DropboxApi/Results/ListFolderResult.html +18 -18
- data/docs/DropboxApi/Results/ListRevisionsResult.html +14 -14
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +18 -18
- data/docs/DropboxApi/Results/RelocationBatchResult.html +13 -13
- data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +9 -9
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +10 -10
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +15 -15
- data/docs/DropboxApi/Results/SaveUrlResult.html +10 -10
- data/docs/DropboxApi/Results/Search/Match.html +18 -18
- data/docs/DropboxApi/Results/Search.html +6 -6
- data/docs/DropboxApi/Results/SearchV2Result.html +368 -0
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +12 -12
- data/docs/DropboxApi/Results/SharedFileMembers.html +22 -22
- data/docs/DropboxApi/Results/SharedFolderMembers.html +22 -22
- data/docs/DropboxApi/Results/UploadSessionStart.html +10 -10
- data/docs/DropboxApi/Results/VoidResult.html +6 -6
- data/docs/DropboxApi/Results.html +8 -8
- data/docs/DropboxApi.html +7 -7
- data/docs/DropboxScaffoldBuilder.html +220 -108
- data/docs/_index.html +86 -16
- data/docs/class_list.html +3 -3
- data/docs/css/common.css +3 -0
- data/docs/css/style.css +3 -2
- data/docs/file.README.html +28 -23
- data/docs/file.api_coverage.html +14 -14
- data/docs/file.rails_setup.html +10 -10
- data/docs/file_list.html +2 -2
- data/docs/frames.html +2 -2
- data/docs/index.html +28 -23
- data/docs/js/app.js +14 -3
- data/docs/method_list.html +338 -266
- data/docs/top-level-namespace.html +6 -6
- data/lib/dropbox_api/authenticator.rb +2 -6
- data/lib/dropbox_api/client.rb +23 -2
- data/lib/dropbox_api/connection_builder.rb +38 -4
- data/lib/dropbox_api/endpoints/base.rb +24 -1
- data/lib/dropbox_api/endpoints/content_download.rb +2 -2
- data/lib/dropbox_api/endpoints/content_upload.rb +2 -2
- data/lib/dropbox_api/endpoints/files/search_continue.rb +23 -0
- data/lib/dropbox_api/endpoints/rpc.rb +2 -2
- data/lib/dropbox_api/endpoints/rpc_content.rb +2 -2
- data/lib/dropbox_api/endpoints/rpc_notify.rb +2 -2
- data/lib/dropbox_api/errors/expired_access_token_error.rb +5 -0
- data/lib/dropbox_api/metadata/basic_account.rb +7 -1
- data/lib/dropbox_api/metadata/namespace_id.rb +10 -0
- data/lib/dropbox_api/metadata/root_info.rb +32 -0
- data/lib/dropbox_api/metadata/team_root_info.rb +8 -0
- data/lib/dropbox_api/metadata/user_root_info.rb +7 -0
- data/lib/dropbox_api/middleware/path_root.rb +35 -0
- data/lib/dropbox_api/results/search_v2_result.rb +2 -3
- data/lib/dropbox_api/version.rb +1 -1
- data/lib/dropbox_api.rb +10 -3
- metadata +21 -3
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::ResultBuilder
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::ResultBuilder";
|
|
19
19
|
relpath = '../';
|
|
20
20
|
</script>
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
|
|
289
289
|
</h3><div class="docstring">
|
|
290
290
|
<div class="discussion">
|
|
291
|
-
<p>Returns a new instance of ResultBuilder
|
|
291
|
+
<p>Returns a new instance of ResultBuilder.</p>
|
|
292
292
|
|
|
293
293
|
|
|
294
294
|
</div>
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
<pre class="lines">
|
|
304
304
|
|
|
305
305
|
|
|
306
|
-
3
|
|
307
306
|
4
|
|
308
|
-
5
|
|
307
|
+
5
|
|
308
|
+
6</pre>
|
|
309
309
|
</td>
|
|
310
310
|
<td>
|
|
311
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
311
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 4</span>
|
|
312
312
|
|
|
313
313
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_response_data'>response_data</span><span class='rparen'>)</span>
|
|
314
314
|
<span class='ivar'>@response_data</span> <span class='op'>=</span> <span class='id identifier rubyid_response_data'>response_data</span>
|
|
@@ -341,12 +341,12 @@
|
|
|
341
341
|
<pre class="lines">
|
|
342
342
|
|
|
343
343
|
|
|
344
|
-
23
|
|
345
344
|
24
|
|
346
|
-
25
|
|
345
|
+
25
|
|
346
|
+
26</pre>
|
|
347
347
|
</td>
|
|
348
348
|
<td>
|
|
349
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
349
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 24</span>
|
|
350
350
|
|
|
351
351
|
<span class='kw'>def</span> <span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='id identifier rubyid_result_class'>result_class</span><span class='rparen'>)</span>
|
|
352
352
|
<span class='id identifier rubyid_result_class'>result_class</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='ivar'>@response_data</span><span class='rparen'>)</span>
|
|
@@ -372,12 +372,12 @@
|
|
|
372
372
|
<pre class="lines">
|
|
373
373
|
|
|
374
374
|
|
|
375
|
-
27
|
|
376
375
|
28
|
|
377
|
-
29
|
|
376
|
+
29
|
|
377
|
+
30</pre>
|
|
378
378
|
</td>
|
|
379
379
|
<td>
|
|
380
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
380
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 28</span>
|
|
381
381
|
|
|
382
382
|
<span class='kw'>def</span> <span class='id identifier rubyid_build_error'>build_error</span><span class='lparen'>(</span><span class='id identifier rubyid_error_type'>error_type</span><span class='rparen'>)</span>
|
|
383
383
|
<span class='id identifier rubyid_error_type'>error_type</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='id identifier rubyid_error_summary'>error_summary</span><span class='comma'>,</span> <span class='id identifier rubyid_error'>error</span><span class='rparen'>)</span>
|
|
@@ -403,15 +403,15 @@
|
|
|
403
403
|
<pre class="lines">
|
|
404
404
|
|
|
405
405
|
|
|
406
|
-
11
|
|
407
406
|
12
|
|
408
|
-
13
|
|
407
|
+
13
|
|
408
|
+
14</pre>
|
|
409
409
|
</td>
|
|
410
410
|
<td>
|
|
411
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
411
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 12</span>
|
|
412
412
|
|
|
413
413
|
<span class='kw'>def</span> <span class='id identifier rubyid_error'>error</span>
|
|
414
|
-
<span class='ivar'>@response_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
414
|
+
<span class='ivar'>@response_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>error</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
415
415
|
<span class='kw'>end</span></pre>
|
|
416
416
|
</td>
|
|
417
417
|
</tr>
|
|
@@ -434,15 +434,15 @@
|
|
|
434
434
|
<pre class="lines">
|
|
435
435
|
|
|
436
436
|
|
|
437
|
-
7
|
|
438
437
|
8
|
|
439
|
-
9
|
|
438
|
+
9
|
|
439
|
+
10</pre>
|
|
440
440
|
</td>
|
|
441
441
|
<td>
|
|
442
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
442
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 8</span>
|
|
443
443
|
|
|
444
444
|
<span class='kw'>def</span> <span class='id identifier rubyid_error_summary'>error_summary</span>
|
|
445
|
-
<span class='ivar'>@response_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
445
|
+
<span class='ivar'>@response_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>error_summary</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='ivar'>@response_data</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span> <span class='const'>Hash</span>
|
|
446
446
|
<span class='kw'>end</span></pre>
|
|
447
447
|
</td>
|
|
448
448
|
</tr>
|
|
@@ -487,12 +487,12 @@
|
|
|
487
487
|
<pre class="lines">
|
|
488
488
|
|
|
489
489
|
|
|
490
|
-
15
|
|
491
490
|
16
|
|
492
|
-
17
|
|
491
|
+
17
|
|
492
|
+
18</pre>
|
|
493
493
|
</td>
|
|
494
494
|
<td>
|
|
495
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
495
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 16</span>
|
|
496
496
|
|
|
497
497
|
<span class='kw'>def</span> <span class='id identifier rubyid_has_error?'>has_error?</span>
|
|
498
498
|
<span class='op'>!</span><span class='id identifier rubyid_error_summary'>error_summary</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
|
@@ -540,12 +540,12 @@
|
|
|
540
540
|
<pre class="lines">
|
|
541
541
|
|
|
542
542
|
|
|
543
|
-
19
|
|
544
543
|
20
|
|
545
|
-
21
|
|
544
|
+
21
|
|
545
|
+
22</pre>
|
|
546
546
|
</td>
|
|
547
547
|
<td>
|
|
548
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line
|
|
548
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/result_builder.rb', line 20</span>
|
|
549
549
|
|
|
550
550
|
<span class='kw'>def</span> <span class='id identifier rubyid_success?'>success?</span>
|
|
551
551
|
<span class='op'>!</span><span class='id identifier rubyid_has_error?'>has_error?</span>
|
|
@@ -560,9 +560,9 @@
|
|
|
560
560
|
</div>
|
|
561
561
|
|
|
562
562
|
<div id="footer">
|
|
563
|
-
Generated on
|
|
563
|
+
Generated on Sun Feb 7 11:51:55 2021 by
|
|
564
564
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
565
|
-
0.9.
|
|
565
|
+
0.9.26 (ruby-2.5.1).
|
|
566
566
|
</div>
|
|
567
567
|
|
|
568
568
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::AddFileMemberResultList
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::AddFileMemberResultList";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
</h3><div class="docstring">
|
|
183
183
|
<div class="discussion">
|
|
184
|
-
<p>Returns a new instance of AddFileMemberResultList
|
|
184
|
+
<p>Returns a new instance of AddFileMemberResultList.</p>
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
</div>
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
<pre class="lines">
|
|
197
197
|
|
|
198
198
|
|
|
199
|
-
16
|
|
200
199
|
17
|
|
201
|
-
18
|
|
200
|
+
18
|
|
201
|
+
19</pre>
|
|
202
202
|
</td>
|
|
203
203
|
<td>
|
|
204
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/add_file_member_result_list.rb', line
|
|
204
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/add_file_member_result_list.rb', line 17</span>
|
|
205
205
|
|
|
206
206
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_members'>members</span><span class='rparen'>)</span>
|
|
207
207
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_members'>members</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_m'>m</span><span class='op'>|</span> <span class='const'><span class='object_link'><a href="../../DropboxApi.html" title="DropboxApi (module)">DropboxApi</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Metadata.html" title="DropboxApi::Metadata (module)">Metadata</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Metadata/AddFileMemberResult.html" title="DropboxApi::Metadata::AddFileMemberResult (class)">AddFileMemberResult</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Metadata/Base.html#initialize-instance_method" title="DropboxApi::Metadata::Base#initialize (method)">new</a></span></span> <span class='id identifier rubyid_m'>m</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
@@ -217,9 +217,9 @@
|
|
|
217
217
|
</div>
|
|
218
218
|
|
|
219
219
|
<div id="footer">
|
|
220
|
-
Generated on
|
|
220
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
221
221
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
222
|
-
0.9.
|
|
222
|
+
0.9.26 (ruby-2.5.1).
|
|
223
223
|
</div>
|
|
224
224
|
|
|
225
225
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::Base
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::Base";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
|
|
102
102
|
<div id="subclasses">
|
|
103
103
|
<h2>Direct Known Subclasses</h2>
|
|
104
|
-
<p class="children"><span class='object_link'><a href="CopyBatchResult.html" title="DropboxApi::Results::CopyBatchResult (class)">CopyBatchResult</a></span>, <span class='object_link'><a href="CreateFolderBatchResult.html" title="DropboxApi::Results::CreateFolderBatchResult (class)">CreateFolderBatchResult</a></span>, <span class='object_link'><a href="CreateFolderBatchResultEntry.html" title="DropboxApi::Results::CreateFolderBatchResultEntry (class)">CreateFolderBatchResultEntry</a></span>, <span class='object_link'><a href="DeleteBatchResult.html" title="DropboxApi::Results::DeleteBatchResult (class)">DeleteBatchResult</a></span>, <span class='object_link'><a href="DeleteBatchResultEntry.html" title="DropboxApi::Results::DeleteBatchResultEntry (class)">DeleteBatchResultEntry</a></span>, <span class='object_link'><a href="GetCopyReferenceResult.html" title="DropboxApi::Results::GetCopyReferenceResult (class)">GetCopyReferenceResult</a></span>, <span class='object_link'><a href="GetTemporaryLinkResult.html" title="DropboxApi::Results::GetTemporaryLinkResult (class)">GetTemporaryLinkResult</a></span>, <span class='object_link'><a href="GetThumbnailBatchResult.html" title="DropboxApi::Results::GetThumbnailBatchResult (class)">GetThumbnailBatchResult</a></span>, <span class='object_link'><a href="ListFolderGetLatestCursorResult.html" title="DropboxApi::Results::ListFolderGetLatestCursorResult (class)">ListFolderGetLatestCursorResult</a></span>, <span class='object_link'><a href="ListFolderLongpollResult.html" title="DropboxApi::Results::ListFolderLongpollResult (class)">ListFolderLongpollResult</a></span>, <span class='object_link'><a href="ListFolderResult.html" title="DropboxApi::Results::ListFolderResult (class)">ListFolderResult</a></span>, <span class='object_link'><a href="ListRevisionsResult.html" title="DropboxApi::Results::ListRevisionsResult (class)">ListRevisionsResult</a></span>, <span class='object_link'><a href="ListSharedLinksResult.html" title="DropboxApi::Results::ListSharedLinksResult (class)">ListSharedLinksResult</a></span>, <span class='object_link'><a href="RelocationBatchResult.html" title="DropboxApi::Results::RelocationBatchResult (class)">RelocationBatchResult</a></span>, <span class='object_link'><a href="RelocationBatchResultEntry.html" title="DropboxApi::Results::RelocationBatchResultEntry (class)">RelocationBatchResultEntry</a></span>, <span class='object_link'><a href="SaveCopyReferenceResult.html" title="DropboxApi::Results::SaveCopyReferenceResult (class)">SaveCopyReferenceResult</a></span>, <span class='object_link'><a href="SaveUrlJobStatus.html" title="DropboxApi::Results::SaveUrlJobStatus (class)">SaveUrlJobStatus</a></span>, <span class='object_link'><a href="SaveUrlResult.html" title="DropboxApi::Results::SaveUrlResult (class)">SaveUrlResult</a></span>, <span class='object_link'><a href="
|
|
104
|
+
<p class="children"><span class='object_link'><a href="CopyBatchResult.html" title="DropboxApi::Results::CopyBatchResult (class)">CopyBatchResult</a></span>, <span class='object_link'><a href="CreateFolderBatchResult.html" title="DropboxApi::Results::CreateFolderBatchResult (class)">CreateFolderBatchResult</a></span>, <span class='object_link'><a href="CreateFolderBatchResultEntry.html" title="DropboxApi::Results::CreateFolderBatchResultEntry (class)">CreateFolderBatchResultEntry</a></span>, <span class='object_link'><a href="DeleteBatchResult.html" title="DropboxApi::Results::DeleteBatchResult (class)">DeleteBatchResult</a></span>, <span class='object_link'><a href="DeleteBatchResultEntry.html" title="DropboxApi::Results::DeleteBatchResultEntry (class)">DeleteBatchResultEntry</a></span>, <span class='object_link'><a href="GetCopyReferenceResult.html" title="DropboxApi::Results::GetCopyReferenceResult (class)">GetCopyReferenceResult</a></span>, <span class='object_link'><a href="GetTemporaryLinkResult.html" title="DropboxApi::Results::GetTemporaryLinkResult (class)">GetTemporaryLinkResult</a></span>, <span class='object_link'><a href="GetThumbnailBatchResult.html" title="DropboxApi::Results::GetThumbnailBatchResult (class)">GetThumbnailBatchResult</a></span>, <span class='object_link'><a href="ListFolderGetLatestCursorResult.html" title="DropboxApi::Results::ListFolderGetLatestCursorResult (class)">ListFolderGetLatestCursorResult</a></span>, <span class='object_link'><a href="ListFolderLongpollResult.html" title="DropboxApi::Results::ListFolderLongpollResult (class)">ListFolderLongpollResult</a></span>, <span class='object_link'><a href="ListFolderResult.html" title="DropboxApi::Results::ListFolderResult (class)">ListFolderResult</a></span>, <span class='object_link'><a href="ListRevisionsResult.html" title="DropboxApi::Results::ListRevisionsResult (class)">ListRevisionsResult</a></span>, <span class='object_link'><a href="ListSharedLinksResult.html" title="DropboxApi::Results::ListSharedLinksResult (class)">ListSharedLinksResult</a></span>, <span class='object_link'><a href="RelocationBatchResult.html" title="DropboxApi::Results::RelocationBatchResult (class)">RelocationBatchResult</a></span>, <span class='object_link'><a href="RelocationBatchResultEntry.html" title="DropboxApi::Results::RelocationBatchResultEntry (class)">RelocationBatchResultEntry</a></span>, <span class='object_link'><a href="SaveCopyReferenceResult.html" title="DropboxApi::Results::SaveCopyReferenceResult (class)">SaveCopyReferenceResult</a></span>, <span class='object_link'><a href="SaveUrlJobStatus.html" title="DropboxApi::Results::SaveUrlJobStatus (class)">SaveUrlJobStatus</a></span>, <span class='object_link'><a href="SaveUrlResult.html" title="DropboxApi::Results::SaveUrlResult (class)">SaveUrlResult</a></span>, <span class='object_link'><a href="SearchV2Result.html" title="DropboxApi::Results::SearchV2Result (class)">SearchV2Result</a></span>, <span class='object_link'><a href="SharedFileMembers.html" title="DropboxApi::Results::SharedFileMembers (class)">SharedFileMembers</a></span>, <span class='object_link'><a href="SharedFolderMembers.html" title="DropboxApi::Results::SharedFolderMembers (class)">SharedFolderMembers</a></span>, <span class='object_link'><a href="UploadSessionStart.html" title="DropboxApi::Results::UploadSessionStart (class)">UploadSessionStart</a></span>, <span class='object_link'><a href="VoidResult.html" title="DropboxApi::Results::VoidResult (class)">VoidResult</a></span></p>
|
|
105
105
|
</div>
|
|
106
106
|
|
|
107
107
|
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
|
|
161
161
|
</h3><div class="docstring">
|
|
162
162
|
<div class="discussion">
|
|
163
|
-
<p>Returns a new instance of Base
|
|
163
|
+
<p>Returns a new instance of Base.</p>
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
</div>
|
|
@@ -175,12 +175,12 @@
|
|
|
175
175
|
<pre class="lines">
|
|
176
176
|
|
|
177
177
|
|
|
178
|
-
3
|
|
179
178
|
4
|
|
180
|
-
5
|
|
179
|
+
5
|
|
180
|
+
6</pre>
|
|
181
181
|
</td>
|
|
182
182
|
<td>
|
|
183
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/base.rb', line
|
|
183
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/base.rb', line 4</span>
|
|
184
184
|
|
|
185
185
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_result_data'>result_data</span><span class='rparen'>)</span>
|
|
186
186
|
<span class='ivar'>@data</span> <span class='op'>=</span> <span class='id identifier rubyid_result_data'>result_data</span>
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
198
|
<div id="footer">
|
|
199
|
-
Generated on
|
|
199
|
+
Generated on Sun Feb 7 11:51:55 2021 by
|
|
200
200
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
201
|
-
0.9.
|
|
201
|
+
0.9.26 (ruby-2.5.1).
|
|
202
202
|
</div>
|
|
203
203
|
|
|
204
204
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::BasicAccountBatch
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::BasicAccountBatch";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
|
|
160
160
|
</h3><div class="docstring">
|
|
161
161
|
<div class="discussion">
|
|
162
|
-
<p>Returns a new instance of BasicAccountBatch
|
|
162
|
+
<p>Returns a new instance of BasicAccountBatch.</p>
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
</div>
|
|
@@ -174,12 +174,12 @@
|
|
|
174
174
|
<pre class="lines">
|
|
175
175
|
|
|
176
176
|
|
|
177
|
-
3
|
|
178
177
|
4
|
|
179
|
-
5
|
|
178
|
+
5
|
|
179
|
+
6</pre>
|
|
180
180
|
</td>
|
|
181
181
|
<td>
|
|
182
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/basic_account_batch.rb', line
|
|
182
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/basic_account_batch.rb', line 4</span>
|
|
183
183
|
|
|
184
184
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_accounts'>accounts</span><span class='rparen'>)</span>
|
|
185
185
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_accounts'>accounts</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_a'>a</span><span class='op'>|</span> <span class='const'><span class='object_link'><a href="../../DropboxApi.html" title="DropboxApi (module)">DropboxApi</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Metadata.html" title="DropboxApi::Metadata (module)">Metadata</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Metadata/BasicAccount.html" title="DropboxApi::Metadata::BasicAccount (class)">BasicAccount</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Metadata/Base.html#initialize-instance_method" title="DropboxApi::Metadata::Base#initialize (method)">new</a></span></span> <span class='id identifier rubyid_a'>a</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
</div>
|
|
196
196
|
|
|
197
197
|
<div id="footer">
|
|
198
|
-
Generated on
|
|
198
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
199
199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
200
|
-
0.9.
|
|
200
|
+
0.9.26 (ruby-2.5.1).
|
|
201
201
|
</div>
|
|
202
202
|
|
|
203
203
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::CopyBatchResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::CopyBatchResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -180,7 +180,6 @@
|
|
|
180
180
|
<pre class="lines">
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
3
|
|
184
183
|
4
|
|
185
184
|
5
|
|
186
185
|
6
|
|
@@ -189,13 +188,14 @@
|
|
|
189
188
|
9
|
|
190
189
|
10
|
|
191
190
|
11
|
|
192
|
-
12
|
|
191
|
+
12
|
|
192
|
+
13</pre>
|
|
193
193
|
</td>
|
|
194
194
|
<td>
|
|
195
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/copy_batch_result.rb', line
|
|
195
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/copy_batch_result.rb', line 4</span>
|
|
196
196
|
|
|
197
197
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_result_data'>result_data</span><span class='rparen'>)</span>
|
|
198
|
-
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
198
|
+
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.tag</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
199
199
|
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>async_job_id</span><span class='tstring_end'>'</span></span>
|
|
200
200
|
<span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>async_job_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
201
201
|
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>complete</span><span class='tstring_end'>'</span></span>
|
|
@@ -214,9 +214,9 @@
|
|
|
214
214
|
</div>
|
|
215
215
|
|
|
216
216
|
<div id="footer">
|
|
217
|
-
Generated on
|
|
217
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
218
218
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
219
|
-
0.9.
|
|
219
|
+
0.9.26 (ruby-2.5.1).
|
|
220
220
|
</div>
|
|
221
221
|
|
|
222
222
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::CreateFolderBatchResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::CreateFolderBatchResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -193,7 +193,6 @@ asynchronous job or complete synchronously.</p>
|
|
|
193
193
|
<pre class="lines">
|
|
194
194
|
|
|
195
195
|
|
|
196
|
-
7
|
|
197
196
|
8
|
|
198
197
|
9
|
|
199
198
|
10
|
|
@@ -204,17 +203,18 @@ asynchronous job or complete synchronously.</p>
|
|
|
204
203
|
15
|
|
205
204
|
16
|
|
206
205
|
17
|
|
207
|
-
18
|
|
206
|
+
18
|
|
207
|
+
19</pre>
|
|
208
208
|
</td>
|
|
209
209
|
<td>
|
|
210
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/create_folder_batch_result.rb', line
|
|
210
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/create_folder_batch_result.rb', line 8</span>
|
|
211
211
|
|
|
212
212
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_result_data'>result_data</span><span class='rparen'>)</span>
|
|
213
|
-
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
214
|
-
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'
|
|
213
|
+
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.tag</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
214
|
+
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>async_job_id</span><span class='tstring_end'>'</span></span>
|
|
215
215
|
<span class='id identifier rubyid_result_data'>result_data</span>
|
|
216
|
-
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'
|
|
217
|
-
<span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
216
|
+
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>complete</span><span class='tstring_end'>'</span></span>
|
|
217
|
+
<span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>entries</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_entry'>entry</span><span class='op'>|</span>
|
|
218
218
|
<span class='const'><span class='object_link'><a href="../../DropboxApi.html" title="DropboxApi (module)">DropboxApi</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Results.html" title="DropboxApi::Results (module)">Results</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="CreateFolderBatchResultEntry.html" title="DropboxApi::Results::CreateFolderBatchResultEntry (class)">CreateFolderBatchResultEntry</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="CreateFolderBatchResultEntry.html#new-class_method" title="DropboxApi::Results::CreateFolderBatchResultEntry.new (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_entry'>entry</span><span class='rparen'>)</span>
|
|
219
219
|
<span class='kw'>end</span>
|
|
220
220
|
<span class='kw'>else</span>
|
|
@@ -231,9 +231,9 @@ asynchronous job or complete synchronously.</p>
|
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
233
|
<div id="footer">
|
|
234
|
-
Generated on
|
|
234
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
235
235
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
236
|
-
0.9.
|
|
236
|
+
0.9.26 (ruby-2.5.1).
|
|
237
237
|
</div>
|
|
238
238
|
|
|
239
239
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::CreateFolderBatchResultEntry
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::CreateFolderBatchResultEntry";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -180,7 +180,6 @@
|
|
|
180
180
|
<pre class="lines">
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
3
|
|
184
183
|
4
|
|
185
184
|
5
|
|
186
185
|
6
|
|
@@ -194,10 +193,11 @@
|
|
|
194
193
|
14
|
|
195
194
|
15
|
|
196
195
|
16
|
|
197
|
-
17
|
|
196
|
+
17
|
|
197
|
+
18</pre>
|
|
198
198
|
</td>
|
|
199
199
|
<td>
|
|
200
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/create_folder_batch_result_entry.rb', line
|
|
200
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/create_folder_batch_result_entry.rb', line 4</span>
|
|
201
201
|
|
|
202
202
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_result_data'>result_data</span><span class='rparen'>)</span>
|
|
203
203
|
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.tag</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
@@ -224,9 +224,9 @@
|
|
|
224
224
|
</div>
|
|
225
225
|
|
|
226
226
|
<div id="footer">
|
|
227
|
-
Generated on
|
|
227
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
228
228
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
229
|
-
0.9.
|
|
229
|
+
0.9.26 (ruby-2.5.1).
|
|
230
230
|
</div>
|
|
231
231
|
|
|
232
232
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::DeleteBatchResult
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
|
-
<script type="text/javascript"
|
|
17
|
+
<script type="text/javascript">
|
|
18
18
|
pathId = "DropboxApi::Results::DeleteBatchResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -193,7 +193,6 @@ asynchronous job or complete synchronously.</p>
|
|
|
193
193
|
<pre class="lines">
|
|
194
194
|
|
|
195
195
|
|
|
196
|
-
7
|
|
197
196
|
8
|
|
198
197
|
9
|
|
199
198
|
10
|
|
@@ -204,17 +203,18 @@ asynchronous job or complete synchronously.</p>
|
|
|
204
203
|
15
|
|
205
204
|
16
|
|
206
205
|
17
|
|
207
|
-
18
|
|
206
|
+
18
|
|
207
|
+
19</pre>
|
|
208
208
|
</td>
|
|
209
209
|
<td>
|
|
210
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/delete_batch_result.rb', line
|
|
210
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/delete_batch_result.rb', line 8</span>
|
|
211
211
|
|
|
212
212
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_result_data'>result_data</span><span class='rparen'>)</span>
|
|
213
|
-
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
214
|
-
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'
|
|
213
|
+
<span class='kw'>case</span> <span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>.tag</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
214
|
+
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>async_job_id</span><span class='tstring_end'>'</span></span>
|
|
215
215
|
<span class='id identifier rubyid_result_data'>result_data</span>
|
|
216
|
-
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'
|
|
217
|
-
<span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
216
|
+
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>complete</span><span class='tstring_end'>'</span></span>
|
|
217
|
+
<span class='id identifier rubyid_result_data'>result_data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>entries</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_entry'>entry</span><span class='op'>|</span>
|
|
218
218
|
<span class='const'><span class='object_link'><a href="../../DropboxApi.html" title="DropboxApi (module)">DropboxApi</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Results.html" title="DropboxApi::Results (module)">Results</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="DeleteBatchResultEntry.html" title="DropboxApi::Results::DeleteBatchResultEntry (class)">DeleteBatchResultEntry</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="DeleteBatchResultEntry.html#new-class_method" title="DropboxApi::Results::DeleteBatchResultEntry.new (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_entry'>entry</span><span class='rparen'>)</span>
|
|
219
219
|
<span class='kw'>end</span>
|
|
220
220
|
<span class='kw'>else</span>
|
|
@@ -231,9 +231,9 @@ asynchronous job or complete synchronously.</p>
|
|
|
231
231
|
</div>
|
|
232
232
|
|
|
233
233
|
<div id="footer">
|
|
234
|
-
Generated on
|
|
234
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
235
235
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
236
|
-
0.9.
|
|
236
|
+
0.9.26 (ruby-2.5.1).
|
|
237
237
|
</div>
|
|
238
238
|
|
|
239
239
|
</div>
|