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::Results::DeleteBatchResultEntry
|
|
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::DeleteBatchResultEntry";
|
|
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
|
|
@@ -190,10 +189,11 @@
|
|
|
190
189
|
10
|
|
191
190
|
11
|
|
192
191
|
12
|
|
193
|
-
13
|
|
192
|
+
13
|
|
193
|
+
14</pre>
|
|
194
194
|
</td>
|
|
195
195
|
<td>
|
|
196
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/delete_batch_result_entry.rb', line
|
|
196
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/delete_batch_result_entry.rb', line 4</span>
|
|
197
197
|
|
|
198
198
|
<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>
|
|
199
199
|
<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>
|
|
@@ -216,9 +216,9 @@
|
|
|
216
216
|
</div>
|
|
217
217
|
|
|
218
218
|
<div id="footer">
|
|
219
|
-
Generated on
|
|
219
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
220
220
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
221
|
-
0.9.
|
|
221
|
+
0.9.26 (ruby-2.5.1).
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
224
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::GetCopyReferenceResult
|
|
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::GetCopyReferenceResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -237,15 +237,15 @@
|
|
|
237
237
|
<pre class="lines">
|
|
238
238
|
|
|
239
239
|
|
|
240
|
-
9
|
|
241
240
|
10
|
|
242
|
-
11
|
|
241
|
+
11
|
|
242
|
+
12</pre>
|
|
243
243
|
</td>
|
|
244
244
|
<td>
|
|
245
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_copy_reference_result.rb', line
|
|
245
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_copy_reference_result.rb', line 10</span>
|
|
246
246
|
|
|
247
247
|
<span class='kw'>def</span> <span class='id identifier rubyid_copy_reference'>copy_reference</span>
|
|
248
|
-
<span class='ivar'>@copy_reference</span> <span class='op'>||=</span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
248
|
+
<span class='ivar'>@copy_reference</span> <span class='op'>||=</span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>copy_reference</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
249
249
|
<span class='kw'>end</span></pre>
|
|
250
250
|
</td>
|
|
251
251
|
</tr>
|
|
@@ -280,15 +280,15 @@ so that expiration is effectively not an issue.</p>
|
|
|
280
280
|
<pre class="lines">
|
|
281
281
|
|
|
282
282
|
|
|
283
|
-
16
|
|
284
283
|
17
|
|
285
|
-
18
|
|
284
|
+
18
|
|
285
|
+
19</pre>
|
|
286
286
|
</td>
|
|
287
287
|
<td>
|
|
288
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_copy_reference_result.rb', line
|
|
288
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_copy_reference_result.rb', line 17</span>
|
|
289
289
|
|
|
290
290
|
<span class='kw'>def</span> <span class='id identifier rubyid_expires'>expires</span>
|
|
291
|
-
<span class='ivar'>@expires</span> <span class='op'>||=</span> <span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
291
|
+
<span class='ivar'>@expires</span> <span class='op'>||=</span> <span class='const'>Time</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>expires</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
|
292
292
|
<span class='kw'>end</span></pre>
|
|
293
293
|
</td>
|
|
294
294
|
</tr>
|
|
@@ -321,15 +321,15 @@ so that expiration is effectively not an issue.</p>
|
|
|
321
321
|
<pre class="lines">
|
|
322
322
|
|
|
323
323
|
|
|
324
|
-
4
|
|
325
324
|
5
|
|
326
|
-
6
|
|
325
|
+
6
|
|
326
|
+
7</pre>
|
|
327
327
|
</td>
|
|
328
328
|
<td>
|
|
329
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_copy_reference_result.rb', line
|
|
329
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_copy_reference_result.rb', line 5</span>
|
|
330
330
|
|
|
331
331
|
<span class='kw'>def</span> <span class='id identifier rubyid_resource'>resource</span>
|
|
332
|
-
<span class='ivar'>@resource</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/Resource.html" title="DropboxApi::Metadata::Resource (class)">Resource</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Metadata/Resource.html#new-class_method" title="DropboxApi::Metadata::Resource.new (method)">new</a></span></span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
332
|
+
<span class='ivar'>@resource</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/Resource.html" title="DropboxApi::Metadata::Resource (class)">Resource</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Metadata/Resource.html#new-class_method" title="DropboxApi::Metadata::Resource.new (method)">new</a></span></span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
333
333
|
<span class='kw'>end</span></pre>
|
|
334
334
|
</td>
|
|
335
335
|
</tr>
|
|
@@ -341,9 +341,9 @@ so that expiration is effectively not an issue.</p>
|
|
|
341
341
|
</div>
|
|
342
342
|
|
|
343
343
|
<div id="footer">
|
|
344
|
-
Generated on
|
|
344
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
345
345
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
346
|
-
0.9.
|
|
346
|
+
0.9.26 (ruby-2.5.1).
|
|
347
347
|
</div>
|
|
348
348
|
|
|
349
349
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::GetTemporaryLinkResult
|
|
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::GetTemporaryLinkResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -202,15 +202,15 @@
|
|
|
202
202
|
<pre class="lines">
|
|
203
203
|
|
|
204
204
|
|
|
205
|
-
3
|
|
206
205
|
4
|
|
207
|
-
5
|
|
206
|
+
5
|
|
207
|
+
6</pre>
|
|
208
208
|
</td>
|
|
209
209
|
<td>
|
|
210
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_temporary_link_result.rb', line
|
|
210
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_temporary_link_result.rb', line 4</span>
|
|
211
211
|
|
|
212
212
|
<span class='kw'>def</span> <span class='id identifier rubyid_file'>file</span>
|
|
213
|
-
<span class='ivar'>@file</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/File.html" title="DropboxApi::Metadata::File (class)">File</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='lparen'>(</span><span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
213
|
+
<span class='ivar'>@file</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/File.html" title="DropboxApi::Metadata::File (class)">File</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='lparen'>(</span><span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
|
214
214
|
<span class='kw'>end</span></pre>
|
|
215
215
|
</td>
|
|
216
216
|
</tr>
|
|
@@ -233,15 +233,15 @@
|
|
|
233
233
|
<pre class="lines">
|
|
234
234
|
|
|
235
235
|
|
|
236
|
-
7
|
|
237
236
|
8
|
|
238
|
-
9
|
|
237
|
+
9
|
|
238
|
+
10</pre>
|
|
239
239
|
</td>
|
|
240
240
|
<td>
|
|
241
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_temporary_link_result.rb', line
|
|
241
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_temporary_link_result.rb', line 8</span>
|
|
242
242
|
|
|
243
243
|
<span class='kw'>def</span> <span class='id identifier rubyid_link'>link</span>
|
|
244
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
244
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>link</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
245
245
|
<span class='kw'>end</span></pre>
|
|
246
246
|
</td>
|
|
247
247
|
</tr>
|
|
@@ -253,9 +253,9 @@
|
|
|
253
253
|
</div>
|
|
254
254
|
|
|
255
255
|
<div id="footer">
|
|
256
|
-
Generated on
|
|
256
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
257
257
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
258
|
-
0.9.
|
|
258
|
+
0.9.26 (ruby-2.5.1).
|
|
259
259
|
</div>
|
|
260
260
|
|
|
261
261
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::GetThumbnailBatchResult
|
|
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::GetThumbnailBatchResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -180,17 +180,17 @@
|
|
|
180
180
|
<pre class="lines">
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
3
|
|
184
183
|
4
|
|
185
184
|
5
|
|
186
185
|
6
|
|
187
|
-
7
|
|
186
|
+
7
|
|
187
|
+
8</pre>
|
|
188
188
|
</td>
|
|
189
189
|
<td>
|
|
190
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_thumbnail_batch_result.rb', line
|
|
190
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/get_thumbnail_batch_result.rb', line 4</span>
|
|
191
191
|
|
|
192
192
|
<span class='kw'>def</span> <span class='id identifier rubyid_entries'>entries</span>
|
|
193
|
-
<span class='ivar'>@entries</span> <span class='op'>||=</span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
193
|
+
<span class='ivar'>@entries</span> <span class='op'>||=</span> <span class='ivar'>@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>
|
|
194
194
|
<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/ThumbnailBatchResultEntry.html" title="DropboxApi::Metadata::ThumbnailBatchResultEntry (class)">ThumbnailBatchResultEntry</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Metadata/ThumbnailBatchResultEntry.html#new-class_method" title="DropboxApi::Metadata::ThumbnailBatchResultEntry.new (method)">new</a></span></span> <span class='id identifier rubyid_entry'>entry</span>
|
|
195
195
|
<span class='kw'>end</span>
|
|
196
196
|
<span class='kw'>end</span></pre>
|
|
@@ -204,9 +204,9 @@
|
|
|
204
204
|
</div>
|
|
205
205
|
|
|
206
206
|
<div id="footer">
|
|
207
|
-
Generated on
|
|
207
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
208
208
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
209
|
-
0.9.
|
|
209
|
+
0.9.26 (ruby-2.5.1).
|
|
210
210
|
</div>
|
|
211
211
|
|
|
212
212
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListFolderGetLatestCursorResult
|
|
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::ListFolderGetLatestCursorResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -180,15 +180,15 @@
|
|
|
180
180
|
<pre class="lines">
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
3
|
|
184
183
|
4
|
|
185
|
-
5
|
|
184
|
+
5
|
|
185
|
+
6</pre>
|
|
186
186
|
</td>
|
|
187
187
|
<td>
|
|
188
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_get_latest_cursor_result.rb', line
|
|
188
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_get_latest_cursor_result.rb', line 4</span>
|
|
189
189
|
|
|
190
190
|
<span class='kw'>def</span> <span class='id identifier rubyid_cursor'>cursor</span>
|
|
191
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
191
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>cursor</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
192
192
|
<span class='kw'>end</span></pre>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -200,9 +200,9 @@
|
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
<div id="footer">
|
|
203
|
-
Generated on
|
|
203
|
+
Generated on Sun Feb 7 11:51:59 2021 by
|
|
204
204
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
205
|
-
0.9.
|
|
205
|
+
0.9.26 (ruby-2.5.1).
|
|
206
206
|
</div>
|
|
207
207
|
|
|
208
208
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListFolderLongpollResult
|
|
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::ListFolderLongpollResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -215,15 +215,15 @@
|
|
|
215
215
|
<pre class="lines">
|
|
216
216
|
|
|
217
217
|
|
|
218
|
-
11
|
|
219
218
|
12
|
|
220
|
-
13
|
|
219
|
+
13
|
|
220
|
+
14</pre>
|
|
221
221
|
</td>
|
|
222
222
|
<td>
|
|
223
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_longpoll_result.rb', line
|
|
223
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_longpoll_result.rb', line 12</span>
|
|
224
224
|
|
|
225
225
|
<span class='kw'>def</span> <span class='id identifier rubyid_backoff'>backoff</span>
|
|
226
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
226
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>backoff</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
227
227
|
<span class='kw'>end</span></pre>
|
|
228
228
|
</td>
|
|
229
229
|
</tr>
|
|
@@ -257,15 +257,15 @@
|
|
|
257
257
|
<pre class="lines">
|
|
258
258
|
|
|
259
259
|
|
|
260
|
-
5
|
|
261
260
|
6
|
|
262
|
-
7
|
|
261
|
+
7
|
|
262
|
+
8</pre>
|
|
263
263
|
</td>
|
|
264
264
|
<td>
|
|
265
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_longpoll_result.rb', line
|
|
265
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_longpoll_result.rb', line 6</span>
|
|
266
266
|
|
|
267
267
|
<span class='kw'>def</span> <span class='id identifier rubyid_changes'>changes</span>
|
|
268
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
268
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>changes</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>true</span><span class='tstring_end'>'</span></span>
|
|
269
269
|
<span class='kw'>end</span></pre>
|
|
270
270
|
</td>
|
|
271
271
|
</tr>
|
|
@@ -277,9 +277,9 @@
|
|
|
277
277
|
</div>
|
|
278
278
|
|
|
279
279
|
<div id="footer">
|
|
280
|
-
Generated on
|
|
280
|
+
Generated on Sun Feb 7 11:51:58 2021 by
|
|
281
281
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
282
|
-
0.9.
|
|
282
|
+
0.9.26 (ruby-2.5.1).
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListFolderResult
|
|
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::ListFolderResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -238,15 +238,15 @@ folder since your previous query.</p>
|
|
|
238
238
|
<pre class="lines">
|
|
239
239
|
|
|
240
240
|
|
|
241
|
-
12
|
|
242
241
|
13
|
|
243
|
-
14
|
|
242
|
+
14
|
|
243
|
+
15</pre>
|
|
244
244
|
</td>
|
|
245
245
|
<td>
|
|
246
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_result.rb', line
|
|
246
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_result.rb', line 13</span>
|
|
247
247
|
|
|
248
248
|
<span class='kw'>def</span> <span class='id identifier rubyid_cursor'>cursor</span>
|
|
249
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
249
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>cursor</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
250
250
|
<span class='kw'>end</span></pre>
|
|
251
251
|
</td>
|
|
252
252
|
</tr>
|
|
@@ -279,17 +279,17 @@ folder since your previous query.</p>
|
|
|
279
279
|
<pre class="lines">
|
|
280
280
|
|
|
281
281
|
|
|
282
|
-
4
|
|
283
282
|
5
|
|
284
283
|
6
|
|
285
284
|
7
|
|
286
|
-
8
|
|
285
|
+
8
|
|
286
|
+
9</pre>
|
|
287
287
|
</td>
|
|
288
288
|
<td>
|
|
289
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_result.rb', line
|
|
289
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_result.rb', line 5</span>
|
|
290
290
|
|
|
291
291
|
<span class='kw'>def</span> <span class='id identifier rubyid_entries'>entries</span>
|
|
292
|
-
<span class='ivar'>@entries</span> <span class='op'>||=</span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
292
|
+
<span class='ivar'>@entries</span> <span class='op'>||=</span> <span class='ivar'>@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>
|
|
293
293
|
<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/Resource.html" title="DropboxApi::Metadata::Resource (class)">Resource</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Metadata/Resource.html#new-class_method" title="DropboxApi::Metadata::Resource.new (method)">new</a></span></span> <span class='id identifier rubyid_entry'>entry</span>
|
|
294
294
|
<span class='kw'>end</span>
|
|
295
295
|
<span class='kw'>end</span></pre>
|
|
@@ -338,15 +338,15 @@ folder since your previous query.</p>
|
|
|
338
338
|
<pre class="lines">
|
|
339
339
|
|
|
340
340
|
|
|
341
|
-
18
|
|
342
341
|
19
|
|
343
|
-
20
|
|
342
|
+
20
|
|
343
|
+
21</pre>
|
|
344
344
|
</td>
|
|
345
345
|
<td>
|
|
346
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_result.rb', line
|
|
346
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_folder_result.rb', line 19</span>
|
|
347
347
|
|
|
348
348
|
<span class='kw'>def</span> <span class='id identifier rubyid_has_more?'>has_more?</span>
|
|
349
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
349
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>has_more</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>true</span><span class='tstring_end'>'</span></span>
|
|
350
350
|
<span class='kw'>end</span></pre>
|
|
351
351
|
</td>
|
|
352
352
|
</tr>
|
|
@@ -358,9 +358,9 @@ folder since your previous query.</p>
|
|
|
358
358
|
</div>
|
|
359
359
|
|
|
360
360
|
<div id="footer">
|
|
361
|
-
Generated on
|
|
361
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
362
362
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
363
|
-
0.9.
|
|
363
|
+
0.9.26 (ruby-2.5.1).
|
|
364
364
|
</div>
|
|
365
365
|
|
|
366
366
|
</div>
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: DropboxApi::Results::ListRevisionsResult
|
|
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::ListRevisionsResult";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
@@ -213,17 +213,17 @@
|
|
|
213
213
|
<pre class="lines">
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
4
|
|
217
216
|
5
|
|
218
217
|
6
|
|
219
218
|
7
|
|
220
|
-
8
|
|
219
|
+
8
|
|
220
|
+
9</pre>
|
|
221
221
|
</td>
|
|
222
222
|
<td>
|
|
223
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_revisions_result.rb', line
|
|
223
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_revisions_result.rb', line 5</span>
|
|
224
224
|
|
|
225
225
|
<span class='kw'>def</span> <span class='id identifier rubyid_entries'>entries</span>
|
|
226
|
-
<span class='ivar'>@entries</span> <span class='op'>||=</span> <span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
226
|
+
<span class='ivar'>@entries</span> <span class='op'>||=</span> <span class='ivar'>@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>
|
|
227
227
|
<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/File.html" title="DropboxApi::Metadata::File (class)">File</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_entry'>entry</span>
|
|
228
228
|
<span class='kw'>end</span>
|
|
229
229
|
<span class='kw'>end</span></pre>
|
|
@@ -270,15 +270,15 @@
|
|
|
270
270
|
<pre class="lines">
|
|
271
271
|
|
|
272
272
|
|
|
273
|
-
10
|
|
274
273
|
11
|
|
275
|
-
12
|
|
274
|
+
12
|
|
275
|
+
13</pre>
|
|
276
276
|
</td>
|
|
277
277
|
<td>
|
|
278
|
-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_revisions_result.rb', line
|
|
278
|
+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/results/list_revisions_result.rb', line 11</span>
|
|
279
279
|
|
|
280
280
|
<span class='kw'>def</span> <span class='id identifier rubyid_is_deleted?'>is_deleted?</span>
|
|
281
|
-
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'
|
|
281
|
+
<span class='ivar'>@data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>is_deleted</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>==</span> <span class='kw'>true</span>
|
|
282
282
|
<span class='kw'>end</span></pre>
|
|
283
283
|
</td>
|
|
284
284
|
</tr>
|
|
@@ -290,9 +290,9 @@
|
|
|
290
290
|
</div>
|
|
291
291
|
|
|
292
292
|
<div id="footer">
|
|
293
|
-
Generated on
|
|
293
|
+
Generated on Sun Feb 7 11:51:57 2021 by
|
|
294
294
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
295
|
-
0.9.
|
|
295
|
+
0.9.26 (ruby-2.5.1).
|
|
296
296
|
</div>
|
|
297
297
|
|
|
298
298
|
</div>
|