groupdocs_annotation_cloud 18.7 → 19.5
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/lib/groupdocs_annotation_cloud.rb +23 -39
- data/lib/groupdocs_annotation_cloud/api/annotate_api.rb +664 -0
- data/lib/groupdocs_annotation_cloud/api/file_api.rb +729 -0
- data/lib/groupdocs_annotation_cloud/api/folder_api.rb +694 -0
- data/lib/groupdocs_annotation_cloud/api/{pdf_file_api.rb → info_api.rb} +101 -105
- data/lib/groupdocs_annotation_cloud/api/preview_api.rb +380 -0
- data/lib/groupdocs_annotation_cloud/api/storage_api.rb +541 -0
- data/lib/groupdocs_annotation_cloud/api_client.rb +7 -17
- data/lib/groupdocs_annotation_cloud/api_error.rb +5 -3
- data/lib/groupdocs_annotation_cloud/configuration.rb +3 -3
- data/lib/groupdocs_annotation_cloud/models/annotation_api_link.rb +24 -16
- data/lib/groupdocs_annotation_cloud/models/annotation_info.rb +97 -82
- data/lib/groupdocs_annotation_cloud/models/annotation_reply_info.rb +31 -23
- data/lib/groupdocs_annotation_cloud/models/disc_usage.rb +234 -0
- data/lib/groupdocs_annotation_cloud/models/document_info.rb +44 -22
- data/lib/groupdocs_annotation_cloud/models/error.rb +244 -0
- data/lib/groupdocs_annotation_cloud/models/error_details.rb +229 -0
- data/lib/groupdocs_annotation_cloud/models/file_version.rb +289 -0
- data/lib/groupdocs_annotation_cloud/models/{value_type.rb → file_versions.rb} +33 -13
- data/lib/groupdocs_annotation_cloud/models/files_list.rb +216 -0
- data/lib/groupdocs_annotation_cloud/models/files_upload_result.rb +228 -0
- data/lib/groupdocs_annotation_cloud/models/format.rb +224 -0
- data/lib/groupdocs_annotation_cloud/models/formats_result.rb +216 -0
- data/lib/groupdocs_annotation_cloud/models/link.rb +24 -16
- data/lib/groupdocs_annotation_cloud/models/link_element.rb +18 -10
- data/lib/groupdocs_annotation_cloud/models/object_exist.rb +234 -0
- data/lib/groupdocs_annotation_cloud/models/{image_page.rb → page_image.rb} +28 -13
- data/lib/groupdocs_annotation_cloud/models/{image_pages.rb → page_images.rb} +26 -14
- data/lib/groupdocs_annotation_cloud/models/page_info.rb +41 -23
- data/lib/groupdocs_annotation_cloud/models/point.rb +31 -13
- data/lib/groupdocs_annotation_cloud/models/rectangle.rb +45 -17
- data/lib/groupdocs_annotation_cloud/models/row_info.rb +38 -16
- data/lib/groupdocs_annotation_cloud/models/storage_exist.rb +219 -0
- data/lib/groupdocs_annotation_cloud/models/storage_file.rb +264 -0
- data/lib/groupdocs_annotation_cloud/version.rb +2 -2
- metadata +22 -39
- data/lib/groupdocs_annotation_cloud/api/annotation_api.rb +0 -344
- data/lib/groupdocs_annotation_cloud/api/image_info_api.rb +0 -218
- data/lib/groupdocs_annotation_cloud/api/image_pages_api.rb +0 -395
- data/lib/groupdocs_annotation_cloud/models/requests/delete_clean_document_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/delete_pages_request.rb +0 -49
- data/lib/groupdocs_annotation_cloud/models/requests/get_import_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/get_info_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/get_page_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/get_pages_request.rb +0 -49
- data/lib/groupdocs_annotation_cloud/models/requests/get_pdf_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/get_pdf_stream_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/post_pages_request.rb +0 -53
- data/lib/groupdocs_annotation_cloud/models/requests/put_export_request.rb +0 -57
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="delete_clean_document_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for delete_clean_document operation.
|
|
32
|
-
#
|
|
33
|
-
class DeleteCleanDocumentRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
# Gets or sets password
|
|
40
|
-
attr_accessor :password
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param folder The folder name.
|
|
46
|
-
# @param password
|
|
47
|
-
def initialize(name, folder = nil, password = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.folder = folder
|
|
50
|
-
self.password = password
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="delete_pages_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for delete_pages operation.
|
|
32
|
-
#
|
|
33
|
-
class DeletePagesRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
|
|
40
|
-
#
|
|
41
|
-
# Initializes a new instance.
|
|
42
|
-
# @param name The document name.
|
|
43
|
-
# @param folder The folder name.
|
|
44
|
-
def initialize(name, folder = nil)
|
|
45
|
-
self.name = name
|
|
46
|
-
self.folder = folder
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
end
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="get_import_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for get_import operation.
|
|
32
|
-
#
|
|
33
|
-
class GetImportRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
# The document password.
|
|
40
|
-
attr_accessor :password
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param folder The folder name.
|
|
46
|
-
# @param password The document password.
|
|
47
|
-
def initialize(name, folder = nil, password = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.folder = folder
|
|
50
|
-
self.password = password
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="get_info_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for get_info operation.
|
|
32
|
-
#
|
|
33
|
-
class GetInfoRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
# The document password.
|
|
40
|
-
attr_accessor :password
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param folder The folder name.
|
|
46
|
-
# @param password The document password.
|
|
47
|
-
def initialize(name, folder = nil, password = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.folder = folder
|
|
50
|
-
self.password = password
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="get_page_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for get_page operation.
|
|
32
|
-
#
|
|
33
|
-
class GetPageRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The page number.
|
|
38
|
-
attr_accessor :page_number
|
|
39
|
-
# The folder name.
|
|
40
|
-
attr_accessor :folder
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param page_number The page number.
|
|
46
|
-
# @param folder The folder name.
|
|
47
|
-
def initialize(name, page_number, folder = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.page_number = page_number
|
|
50
|
-
self.folder = folder
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="get_pages_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for get_pages operation.
|
|
32
|
-
#
|
|
33
|
-
class GetPagesRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
|
|
40
|
-
#
|
|
41
|
-
# Initializes a new instance.
|
|
42
|
-
# @param name The document name.
|
|
43
|
-
# @param folder The folder name.
|
|
44
|
-
def initialize(name, folder = nil)
|
|
45
|
-
self.name = name
|
|
46
|
-
self.folder = folder
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
end
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="get_pdf_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for get_pdf operation.
|
|
32
|
-
#
|
|
33
|
-
class GetPdfRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
# The document password.
|
|
40
|
-
attr_accessor :password
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param folder The folder name.
|
|
46
|
-
# @param password The document password.
|
|
47
|
-
def initialize(name, folder = nil, password = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.folder = folder
|
|
50
|
-
self.password = password
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="get_pdf_stream_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for get_pdf_stream operation.
|
|
32
|
-
#
|
|
33
|
-
class GetPdfStreamRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
# The document password.
|
|
40
|
-
attr_accessor :password
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param folder The folder name.
|
|
46
|
-
# @param password The document password.
|
|
47
|
-
def initialize(name, folder = nil, password = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.folder = folder
|
|
50
|
-
self.password = password
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
# <copyright company="Aspose Pty Ltd" file="post_pages_request.rb">
|
|
4
|
-
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
|
5
|
-
# </copyright>
|
|
6
|
-
# <summary>
|
|
7
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
# in the Software without restriction, including without limitation the rights
|
|
10
|
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
# furnished to do so, subject to the following conditions:
|
|
13
|
-
#
|
|
14
|
-
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
# copies or substantial portions of the Software.
|
|
16
|
-
#
|
|
17
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
# SOFTWARE.
|
|
24
|
-
# </summary>
|
|
25
|
-
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
module GroupDocsAnnotationCloud
|
|
29
|
-
|
|
30
|
-
#
|
|
31
|
-
# Request model for post_pages operation.
|
|
32
|
-
#
|
|
33
|
-
class PostPagesRequest
|
|
34
|
-
|
|
35
|
-
# The document name.
|
|
36
|
-
attr_accessor :name
|
|
37
|
-
# The folder name.
|
|
38
|
-
attr_accessor :folder
|
|
39
|
-
# The document password.
|
|
40
|
-
attr_accessor :password
|
|
41
|
-
|
|
42
|
-
#
|
|
43
|
-
# Initializes a new instance.
|
|
44
|
-
# @param name The document name.
|
|
45
|
-
# @param folder The folder name.
|
|
46
|
-
# @param password The document password.
|
|
47
|
-
def initialize(name, folder = nil, password = nil)
|
|
48
|
-
self.name = name
|
|
49
|
-
self.folder = folder
|
|
50
|
-
self.password = password
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|