groupdocs_comparison_cloud 20.12 → 21.3
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_comparison_cloud.rb +1 -1
- data/lib/groupdocs_comparison_cloud/api/compare_api.rb +4 -4
- data/lib/groupdocs_comparison_cloud/api/file_api.rb +6 -6
- data/lib/groupdocs_comparison_cloud/api/folder_api.rb +6 -6
- data/lib/groupdocs_comparison_cloud/api/info_api.rb +2 -2
- data/lib/groupdocs_comparison_cloud/api/review_api.rb +3 -3
- data/lib/groupdocs_comparison_cloud/api/storage_api.rb +5 -5
- data/lib/groupdocs_comparison_cloud/api_client.rb +1 -1
- data/lib/groupdocs_comparison_cloud/api_error.rb +1 -1
- data/lib/groupdocs_comparison_cloud/configuration.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/apply_revisions_options.rb +32 -2
- data/lib/groupdocs_comparison_cloud/models/change_info.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/comparison_options.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/diagram_master_setting.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/disc_usage.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/error.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/error_details.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/file_info.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/file_version.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/file_versions.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/files_list.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/files_upload_result.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/format.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/formats_result.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/info_result.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/items_style.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/link.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/metadata.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/object_exist.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/page_info.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/rectangle.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/revision_info.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/settings.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/size.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/storage_exist.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/storage_file.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/style_change_info.rb +1 -1
- data/lib/groupdocs_comparison_cloud/models/updates_options.rb +1 -1
- data/lib/groupdocs_comparison_cloud/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b4bf7b8bb7b191e5afa7809363224702cb662ae
|
|
4
|
+
data.tar.gz: 9daca9a354fa6775ee7615e314cfa32c86b0e92b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a2a17ed98140ddd082eaa2d2270cd3216e74fb77dc9e2be510741d995d902d9e288f3d3eaf8fe1fc2a87b5ac6b1604fdba59c70d73877231cef98c27969643a
|
|
7
|
+
data.tar.gz: 43035f350c5c662a23abb9eec1b1d430a50e9b652e544eebf1a6c6b18bd0daf6764437bfb66dcd0bff2b887252d1fd4470beb7b2e903c3e510283f24fa9b0c31
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ------------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="groupdocs_comparison_cloud.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="compare.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -277,7 +277,7 @@ end
|
|
|
277
277
|
#
|
|
278
278
|
# --------------------------------------------------------------------------------------------------------------------
|
|
279
279
|
# <copyright company="Aspose Pty Ltd" file="comparisons_request.rb">
|
|
280
|
-
# Copyright (c) 2003-
|
|
280
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
281
281
|
# </copyright>
|
|
282
282
|
# <summary>
|
|
283
283
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -322,7 +322,7 @@ end
|
|
|
322
322
|
#
|
|
323
323
|
# --------------------------------------------------------------------------------------------------------------------
|
|
324
324
|
# <copyright company="Aspose Pty Ltd" file="post_changes_request.rb">
|
|
325
|
-
# Copyright (c) 2003-
|
|
325
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
326
326
|
# </copyright>
|
|
327
327
|
# <summary>
|
|
328
328
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -367,7 +367,7 @@ end
|
|
|
367
367
|
#
|
|
368
368
|
# --------------------------------------------------------------------------------------------------------------------
|
|
369
369
|
# <copyright company="Aspose Pty Ltd" file="put_changes_document_request.rb">
|
|
370
|
-
# Copyright (c) 2003-
|
|
370
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
371
371
|
# </copyright>
|
|
372
372
|
# <summary>
|
|
373
373
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="file.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -449,7 +449,7 @@ end
|
|
|
449
449
|
#
|
|
450
450
|
# --------------------------------------------------------------------------------------------------------------------
|
|
451
451
|
# <copyright company="Aspose Pty Ltd" file="copy_file_request.rb">
|
|
452
|
-
# Copyright (c) 2003-
|
|
452
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
453
453
|
# </copyright>
|
|
454
454
|
# <summary>
|
|
455
455
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -510,7 +510,7 @@ end
|
|
|
510
510
|
#
|
|
511
511
|
# --------------------------------------------------------------------------------------------------------------------
|
|
512
512
|
# <copyright company="Aspose Pty Ltd" file="delete_file_request.rb">
|
|
513
|
-
# Copyright (c) 2003-
|
|
513
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
514
514
|
# </copyright>
|
|
515
515
|
# <summary>
|
|
516
516
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -563,7 +563,7 @@ end
|
|
|
563
563
|
#
|
|
564
564
|
# --------------------------------------------------------------------------------------------------------------------
|
|
565
565
|
# <copyright company="Aspose Pty Ltd" file="download_file_request.rb">
|
|
566
|
-
# Copyright (c) 2003-
|
|
566
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
567
567
|
# </copyright>
|
|
568
568
|
# <summary>
|
|
569
569
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -616,7 +616,7 @@ end
|
|
|
616
616
|
#
|
|
617
617
|
# --------------------------------------------------------------------------------------------------------------------
|
|
618
618
|
# <copyright company="Aspose Pty Ltd" file="move_file_request.rb">
|
|
619
|
-
# Copyright (c) 2003-
|
|
619
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
620
620
|
# </copyright>
|
|
621
621
|
# <summary>
|
|
622
622
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -677,7 +677,7 @@ end
|
|
|
677
677
|
#
|
|
678
678
|
# --------------------------------------------------------------------------------------------------------------------
|
|
679
679
|
# <copyright company="Aspose Pty Ltd" file="upload_file_request.rb">
|
|
680
|
-
# Copyright (c) 2003-
|
|
680
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
681
681
|
# </copyright>
|
|
682
682
|
# <summary>
|
|
683
683
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="folder.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -430,7 +430,7 @@ end
|
|
|
430
430
|
#
|
|
431
431
|
# --------------------------------------------------------------------------------------------------------------------
|
|
432
432
|
# <copyright company="Aspose Pty Ltd" file="copy_folder_request.rb">
|
|
433
|
-
# Copyright (c) 2003-
|
|
433
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
434
434
|
# </copyright>
|
|
435
435
|
# <summary>
|
|
436
436
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -487,7 +487,7 @@ end
|
|
|
487
487
|
#
|
|
488
488
|
# --------------------------------------------------------------------------------------------------------------------
|
|
489
489
|
# <copyright company="Aspose Pty Ltd" file="create_folder_request.rb">
|
|
490
|
-
# Copyright (c) 2003-
|
|
490
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
491
491
|
# </copyright>
|
|
492
492
|
# <summary>
|
|
493
493
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -536,7 +536,7 @@ end
|
|
|
536
536
|
#
|
|
537
537
|
# --------------------------------------------------------------------------------------------------------------------
|
|
538
538
|
# <copyright company="Aspose Pty Ltd" file="delete_folder_request.rb">
|
|
539
|
-
# Copyright (c) 2003-
|
|
539
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
540
540
|
# </copyright>
|
|
541
541
|
# <summary>
|
|
542
542
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -589,7 +589,7 @@ end
|
|
|
589
589
|
#
|
|
590
590
|
# --------------------------------------------------------------------------------------------------------------------
|
|
591
591
|
# <copyright company="Aspose Pty Ltd" file="get_files_list_request.rb">
|
|
592
|
-
# Copyright (c) 2003-
|
|
592
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
593
593
|
# </copyright>
|
|
594
594
|
# <summary>
|
|
595
595
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -638,7 +638,7 @@ end
|
|
|
638
638
|
#
|
|
639
639
|
# --------------------------------------------------------------------------------------------------------------------
|
|
640
640
|
# <copyright company="Aspose Pty Ltd" file="move_folder_request.rb">
|
|
641
|
-
# Copyright (c) 2003-
|
|
641
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
642
642
|
# </copyright>
|
|
643
643
|
# <summary>
|
|
644
644
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="info.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -222,7 +222,7 @@ end
|
|
|
222
222
|
#
|
|
223
223
|
# --------------------------------------------------------------------------------------------------------------------
|
|
224
224
|
# <copyright company="Aspose Pty Ltd" file="get_document_info_request.rb">
|
|
225
|
-
# Copyright (c) 2003-
|
|
225
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
226
226
|
# </copyright>
|
|
227
227
|
# <summary>
|
|
228
228
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="review.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -225,7 +225,7 @@ end
|
|
|
225
225
|
#
|
|
226
226
|
# --------------------------------------------------------------------------------------------------------------------
|
|
227
227
|
# <copyright company="Aspose Pty Ltd" file="apply_revisions_request.rb">
|
|
228
|
-
# Copyright (c) 2003-
|
|
228
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
229
229
|
# </copyright>
|
|
230
230
|
# <summary>
|
|
231
231
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -270,7 +270,7 @@ end
|
|
|
270
270
|
#
|
|
271
271
|
# --------------------------------------------------------------------------------------------------------------------
|
|
272
272
|
# <copyright company="Aspose Pty Ltd" file="get_revisions_request.rb">
|
|
273
|
-
# Copyright (c) 2003-
|
|
273
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
274
274
|
# </copyright>
|
|
275
275
|
# <summary>
|
|
276
276
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="storage.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -350,7 +350,7 @@ end
|
|
|
350
350
|
#
|
|
351
351
|
# --------------------------------------------------------------------------------------------------------------------
|
|
352
352
|
# <copyright company="Aspose Pty Ltd" file="get_disc_usage_request.rb">
|
|
353
|
-
# Copyright (c) 2003-
|
|
353
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
354
354
|
# </copyright>
|
|
355
355
|
# <summary>
|
|
356
356
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -395,7 +395,7 @@ end
|
|
|
395
395
|
#
|
|
396
396
|
# --------------------------------------------------------------------------------------------------------------------
|
|
397
397
|
# <copyright company="Aspose Pty Ltd" file="get_file_versions_request.rb">
|
|
398
|
-
# Copyright (c) 2003-
|
|
398
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
399
399
|
# </copyright>
|
|
400
400
|
# <summary>
|
|
401
401
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -444,7 +444,7 @@ end
|
|
|
444
444
|
#
|
|
445
445
|
# --------------------------------------------------------------------------------------------------------------------
|
|
446
446
|
# <copyright company="Aspose Pty Ltd" file="object_exists_request.rb">
|
|
447
|
-
# Copyright (c) 2003-
|
|
447
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
448
448
|
# </copyright>
|
|
449
449
|
# <summary>
|
|
450
450
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -497,7 +497,7 @@ end
|
|
|
497
497
|
#
|
|
498
498
|
# --------------------------------------------------------------------------------------------------------------------
|
|
499
499
|
# <copyright company="Aspose Pty Ltd" file="storage_exists_request.rb">
|
|
500
|
-
# Copyright (c) 2003-
|
|
500
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
501
501
|
# </copyright>
|
|
502
502
|
# <summary>
|
|
503
503
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="api_client.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# -----------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="api_error.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ------------------------------------------------------------------------------------
|
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="configuration.rb">
|
|
3
|
-
# Copyright (c) 2003-
|
|
3
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
4
4
|
# </copyright>
|
|
5
5
|
# <summary>
|
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="apply_revisions_options.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -37,6 +37,12 @@ module GroupDocsComparisonCloud
|
|
|
37
37
|
# Revisions to apply or reject.
|
|
38
38
|
attr_accessor :revisions
|
|
39
39
|
|
|
40
|
+
# Indicates whether to apply all revisions in the document
|
|
41
|
+
attr_accessor :accept_all
|
|
42
|
+
|
|
43
|
+
# Indicates whether to reject all revisions in the document
|
|
44
|
+
attr_accessor :reject_all
|
|
45
|
+
|
|
40
46
|
# Path to the resultant document (if not specified the document will not be saved)
|
|
41
47
|
attr_accessor :output_path
|
|
42
48
|
|
|
@@ -45,6 +51,8 @@ module GroupDocsComparisonCloud
|
|
|
45
51
|
{
|
|
46
52
|
:'source_file' => :'SourceFile',
|
|
47
53
|
:'revisions' => :'Revisions',
|
|
54
|
+
:'accept_all' => :'AcceptAll',
|
|
55
|
+
:'reject_all' => :'RejectAll',
|
|
48
56
|
:'output_path' => :'OutputPath'
|
|
49
57
|
}
|
|
50
58
|
end
|
|
@@ -54,6 +62,8 @@ module GroupDocsComparisonCloud
|
|
|
54
62
|
{
|
|
55
63
|
:'source_file' => :'FileInfo',
|
|
56
64
|
:'revisions' => :'Array<RevisionInfo>',
|
|
65
|
+
:'accept_all' => :'BOOLEAN',
|
|
66
|
+
:'reject_all' => :'BOOLEAN',
|
|
57
67
|
:'output_path' => :'String'
|
|
58
68
|
}
|
|
59
69
|
end
|
|
@@ -76,6 +86,14 @@ module GroupDocsComparisonCloud
|
|
|
76
86
|
end
|
|
77
87
|
end
|
|
78
88
|
|
|
89
|
+
if attributes.key?(:'AcceptAll')
|
|
90
|
+
self.accept_all = attributes[:'AcceptAll']
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
if attributes.key?(:'RejectAll')
|
|
94
|
+
self.reject_all = attributes[:'RejectAll']
|
|
95
|
+
end
|
|
96
|
+
|
|
79
97
|
if attributes.key?(:'OutputPath')
|
|
80
98
|
self.output_path = attributes[:'OutputPath']
|
|
81
99
|
end
|
|
@@ -86,12 +104,22 @@ module GroupDocsComparisonCloud
|
|
|
86
104
|
# @return Array for valid properies with the reasons
|
|
87
105
|
def list_invalid_properties
|
|
88
106
|
invalid_properties = []
|
|
107
|
+
if @accept_all.nil?
|
|
108
|
+
invalid_properties.push("invalid value for 'accept_all', accept_all cannot be nil.")
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
if @reject_all.nil?
|
|
112
|
+
invalid_properties.push("invalid value for 'reject_all', reject_all cannot be nil.")
|
|
113
|
+
end
|
|
114
|
+
|
|
89
115
|
return invalid_properties
|
|
90
116
|
end
|
|
91
117
|
|
|
92
118
|
# Check to see if the all the properties in the model are valid
|
|
93
119
|
# @return true if the model is valid
|
|
94
120
|
def valid?
|
|
121
|
+
return false if @accept_all.nil?
|
|
122
|
+
return false if @reject_all.nil?
|
|
95
123
|
return true
|
|
96
124
|
end
|
|
97
125
|
|
|
@@ -102,6 +130,8 @@ module GroupDocsComparisonCloud
|
|
|
102
130
|
self.class == other.class &&
|
|
103
131
|
source_file == other.source_file &&
|
|
104
132
|
revisions == other.revisions &&
|
|
133
|
+
accept_all == other.accept_all &&
|
|
134
|
+
reject_all == other.reject_all &&
|
|
105
135
|
output_path == other.output_path
|
|
106
136
|
end
|
|
107
137
|
|
|
@@ -114,7 +144,7 @@ module GroupDocsComparisonCloud
|
|
|
114
144
|
# Calculates hash code according to all attributes.
|
|
115
145
|
# @return [Fixnum] Hash code
|
|
116
146
|
def hash
|
|
117
|
-
[source_file, revisions, output_path].hash
|
|
147
|
+
[source_file, revisions, accept_all, reject_all, output_path].hash
|
|
118
148
|
end
|
|
119
149
|
|
|
120
150
|
# Downcases first letter.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="change_info.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="comparison_options.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="diagram_master_setting.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="disc_usage.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="error.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="error_details.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="file_info.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="file_version.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="file_versions.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="files_list.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="files_upload_result.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="format.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="formats_result.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="info_result.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="items_style.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="link.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="metadata.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="object_exist.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="page_info.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="rectangle.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="revision_info.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="settings.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="size.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="storage_exist.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="storage_file.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="style_change_info.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="updates_options.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#
|
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="version.rb">
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
|
5
5
|
# </copyright>
|
|
6
6
|
# <summary>
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
# --------------------------------------------------------------------------------------------------------------------
|
|
26
26
|
#
|
|
27
27
|
module GroupDocsComparisonCloud
|
|
28
|
-
VERSION = "
|
|
28
|
+
VERSION = "21.3".freeze
|
|
29
29
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: groupdocs_comparison_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '
|
|
4
|
+
version: '21.3'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GroupDocs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|