cloudmersive-convert-api-client 1.3.3 → 1.3.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/README.md +10 -4
- data/cloudmersive-convert-api-client.gemspec +1 -1
- data/docs/ConvertDocumentApi.md +112 -2
- data/docs/ConvertImageApi.md +63 -2
- data/docs/ConvertWebApi.md +2 -2
- data/docs/MergeDocumentApi.md +58 -0
- data/docs/MultipageImageFormatConversionResult.md +10 -0
- data/docs/PageConversionResult.md +9 -0
- data/lib/cloudmersive-convert-api-client.rb +3 -1
- data/lib/cloudmersive-convert-api-client/api/compare_document_api.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api/convert_data_api.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api/convert_document_api.rb +116 -4
- data/lib/cloudmersive-convert-api-client/api/convert_image_api.rb +71 -3
- data/lib/cloudmersive-convert-api-client/api/convert_template_api.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api/convert_web_api.rb +4 -4
- data/lib/cloudmersive-convert-api-client/api/edit_document_api.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api/merge_document_api.rb +64 -1
- data/lib/cloudmersive-convert-api-client/api/validate_document_api.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api/viewer_tools_api.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api_client.rb +1 -1
- data/lib/cloudmersive-convert-api-client/api_error.rb +1 -1
- data/lib/cloudmersive-convert-api-client/configuration.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/alternate_file_format_candidate.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/autodetect_get_info_result.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/converted_png_page.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/document_validation_error.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/document_validation_result.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_body.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_cell_style.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_footer.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_header.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_image.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_insert_image_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_insert_image_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_paragraph.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_remove_object_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_remove_object_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_run.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_section.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_set_footer_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_set_footer_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_set_header_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_set_header_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_style.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_table.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_table_cell.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_table_row.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/docx_text.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/exif_value.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/finish_editing_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_body_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_body_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_images_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_images_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_sections_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_sections_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_styles_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_styles_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_tables_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_docx_tables_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_image_info_result.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/html_md_result.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/html_template_application_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/html_template_application_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/html_template_operation.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/html_to_office_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/html_to_pdf_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/multipage_image_format_conversion_result.rb +208 -0
- data/lib/cloudmersive-convert-api-client/models/page_conversion_result.rb +213 -0
- data/lib/cloudmersive-convert-api-client/models/pdf_to_png_result.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/replace_string_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/screenshot_request.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/viewer_response.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/xlsx_image.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_cell.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_column.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_row.rb +1 -1
- data/lib/cloudmersive-convert-api-client/models/xlsx_worksheet.rb +1 -1
- data/lib/cloudmersive-convert-api-client/version.rb +2 -2
- data/spec/api/compare_document_api_spec.rb +48 -48
- data/spec/api/convert_data_api_spec.rb +83 -59
- data/spec/api/convert_document_api_spec.rb +227 -203
- data/spec/api/convert_image_api_spec.rb +88 -74
- data/spec/api/convert_template_api_spec.rb +47 -47
- data/spec/api/convert_web_api_spec.rb +95 -95
- data/spec/api/edit_document_api_spec.rb +311 -311
- data/spec/api/merge_document_api_spec.rb +87 -74
- data/spec/api/validate_document_api_spec.rb +71 -71
- data/spec/api/viewer_tools_api_spec.rb +47 -47
- data/spec/api_client_spec.rb +226 -226
- data/spec/configuration_spec.rb +42 -42
- data/spec/models/alternate_file_format_candidate_spec.rb +54 -54
- data/spec/models/autodetect_get_info_result_spec.rb +60 -60
- data/spec/models/converted_png_page_spec.rb +48 -48
- data/spec/models/document_validation_error_spec.rb +60 -60
- data/spec/models/document_validation_result_spec.rb +60 -60
- data/spec/models/docx_body_spec.rb +54 -54
- data/spec/models/docx_cell_style_spec.rb +60 -60
- data/spec/models/docx_footer_spec.rb +54 -54
- data/spec/models/docx_header_spec.rb +54 -54
- data/spec/models/docx_image_spec.rb +114 -114
- data/spec/models/docx_insert_image_request_spec.rb +78 -78
- data/spec/models/docx_insert_image_response_spec.rb +48 -48
- data/spec/models/docx_paragraph_spec.rb +60 -60
- data/spec/models/docx_remove_object_request_spec.rb +54 -54
- data/spec/models/docx_remove_object_response_spec.rb +48 -48
- data/spec/models/docx_run_spec.rb +84 -84
- data/spec/models/docx_section_spec.rb +48 -48
- data/spec/models/docx_set_footer_request_spec.rb +54 -54
- data/spec/models/docx_set_footer_response_spec.rb +48 -48
- data/spec/models/docx_set_header_request_spec.rb +54 -54
- data/spec/models/docx_set_header_response_spec.rb +48 -48
- data/spec/models/docx_style_spec.rb +78 -78
- data/spec/models/docx_table_cell_spec.rb +84 -84
- data/spec/models/docx_table_row_spec.rb +54 -54
- data/spec/models/docx_table_spec.rb +270 -270
- data/spec/models/docx_text_spec.rb +54 -54
- data/spec/models/exif_value_spec.rb +54 -54
- data/spec/models/finish_editing_request_spec.rb +42 -42
- data/spec/models/get_docx_body_request_spec.rb +48 -48
- data/spec/models/get_docx_body_response_spec.rb +48 -48
- data/spec/models/get_docx_headers_and_footers_request_spec.rb +48 -48
- data/spec/models/get_docx_headers_and_footers_response_spec.rb +54 -54
- data/spec/models/get_docx_images_request_spec.rb +48 -48
- data/spec/models/get_docx_images_response_spec.rb +48 -48
- data/spec/models/get_docx_sections_request_spec.rb +48 -48
- data/spec/models/get_docx_sections_response_spec.rb +48 -48
- data/spec/models/get_docx_styles_request_spec.rb +48 -48
- data/spec/models/get_docx_styles_response_spec.rb +48 -48
- data/spec/models/get_docx_tables_request_spec.rb +48 -48
- data/spec/models/get_docx_tables_response_spec.rb +48 -48
- data/spec/models/get_image_info_result_spec.rb +138 -138
- data/spec/models/get_xlsx_columns_request_spec.rb +54 -54
- data/spec/models/get_xlsx_columns_response_spec.rb +48 -48
- data/spec/models/get_xlsx_images_request_spec.rb +54 -54
- data/spec/models/get_xlsx_images_response_spec.rb +48 -48
- data/spec/models/get_xlsx_rows_and_cells_request_spec.rb +54 -54
- data/spec/models/get_xlsx_rows_and_cells_response_spec.rb +48 -48
- data/spec/models/get_xlsx_styles_request_spec.rb +48 -48
- data/spec/models/get_xlsx_styles_response_spec.rb +48 -48
- data/spec/models/get_xlsx_worksheets_request_spec.rb +48 -48
- data/spec/models/get_xlsx_worksheets_response_spec.rb +48 -48
- data/spec/models/html_md_result_spec.rb +48 -48
- data/spec/models/html_template_application_request_spec.rb +54 -54
- data/spec/models/html_template_application_response_spec.rb +48 -48
- data/spec/models/html_template_operation_spec.rb +58 -58
- data/spec/models/html_to_office_request_spec.rb +42 -42
- data/spec/models/html_to_pdf_request_spec.rb +48 -48
- data/spec/models/insert_docx_insert_paragraph_request_spec.rb +66 -66
- data/spec/models/insert_docx_insert_paragraph_response_spec.rb +48 -48
- data/spec/models/insert_docx_tables_request_spec.rb +66 -66
- data/spec/models/insert_docx_tables_response_spec.rb +48 -48
- data/spec/models/insert_xlsx_worksheet_request_spec.rb +54 -54
- data/spec/models/insert_xlsx_worksheet_response_spec.rb +48 -48
- data/spec/models/multipage_image_format_conversion_result_spec.rb +54 -0
- data/spec/models/page_conversion_result_spec.rb +48 -0
- data/spec/models/pdf_to_png_result_spec.rb +48 -48
- data/spec/models/remove_docx_headers_and_footers_request_spec.rb +60 -60
- data/spec/models/remove_docx_headers_and_footers_response_spec.rb +48 -48
- data/spec/models/replace_string_request_spec.rb +66 -66
- data/spec/models/screenshot_request_spec.rb +60 -60
- data/spec/models/viewer_response_spec.rb +48 -48
- data/spec/models/xlsx_image_spec.rb +66 -66
- data/spec/models/xlsx_spreadsheet_cell_spec.rb +66 -66
- data/spec/models/xlsx_spreadsheet_column_spec.rb +48 -48
- data/spec/models/xlsx_spreadsheet_row_spec.rb +48 -48
- data/spec/models/xlsx_worksheet_spec.rb +48 -48
- data/spec/spec_helper.rb +111 -111
- metadata +22 -15
@@ -1,138 +1,138 @@
|
|
1
|
-
=begin
|
2
|
-
#convertapi
|
3
|
-
|
4
|
-
#Convert API lets you effortlessly convert file formats and types.
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: unset
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for CloudmersiveConvertApiClient::GetImageInfoResult
|
18
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'GetImageInfoResult' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = CloudmersiveConvertApiClient::GetImageInfoResult.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of GetImageInfoResult' do
|
31
|
-
it 'should create an instance of GetImageInfoResult' do
|
32
|
-
expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::GetImageInfoResult)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "successful"' do
|
36
|
-
it 'should work' do
|
37
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
describe 'test attribute "color_space"' do
|
42
|
-
it 'should work' do
|
43
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
describe 'test attribute "color_type"' do
|
48
|
-
it 'should work' do
|
49
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
describe 'test attribute "width"' do
|
54
|
-
it 'should work' do
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
describe 'test attribute "height"' do
|
60
|
-
it 'should work' do
|
61
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
describe 'test attribute "compression_level"' do
|
66
|
-
it 'should work' do
|
67
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
-
end
|
69
|
-
end
|
70
|
-
|
71
|
-
describe 'test attribute "image_hash_signature"' do
|
72
|
-
it 'should work' do
|
73
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
describe 'test attribute "has_transparency"' do
|
78
|
-
it 'should work' do
|
79
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
-
end
|
81
|
-
end
|
82
|
-
|
83
|
-
describe 'test attribute "mime_type"' do
|
84
|
-
it 'should work' do
|
85
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
-
end
|
87
|
-
end
|
88
|
-
|
89
|
-
describe 'test attribute "image_format"' do
|
90
|
-
it 'should work' do
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
describe 'test attribute "dpi_unit"' do
|
96
|
-
it 'should work' do
|
97
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
-
end
|
99
|
-
end
|
100
|
-
|
101
|
-
describe 'test attribute "dpi"' do
|
102
|
-
it 'should work' do
|
103
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
describe 'test attribute "color_count"' do
|
108
|
-
it 'should work' do
|
109
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
110
|
-
end
|
111
|
-
end
|
112
|
-
|
113
|
-
describe 'test attribute "bit_depth"' do
|
114
|
-
it 'should work' do
|
115
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
describe 'test attribute "comment"' do
|
120
|
-
it 'should work' do
|
121
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
122
|
-
end
|
123
|
-
end
|
124
|
-
|
125
|
-
describe 'test attribute "exif_profile_name"' do
|
126
|
-
it 'should work' do
|
127
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
-
end
|
129
|
-
end
|
130
|
-
|
131
|
-
describe 'test attribute "exif_values"' do
|
132
|
-
it 'should work' do
|
133
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
-
end
|
135
|
-
end
|
136
|
-
|
137
|
-
end
|
138
|
-
|
1
|
+
=begin
|
2
|
+
#convertapi
|
3
|
+
|
4
|
+
#Convert API lets you effortlessly convert file formats and types.
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: unset
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudmersiveConvertApiClient::GetImageInfoResult
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'GetImageInfoResult' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudmersiveConvertApiClient::GetImageInfoResult.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of GetImageInfoResult' do
|
31
|
+
it 'should create an instance of GetImageInfoResult' do
|
32
|
+
expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::GetImageInfoResult)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "successful"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "color_space"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "color_type"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "width"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "height"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
describe 'test attribute "compression_level"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
describe 'test attribute "image_hash_signature"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test attribute "has_transparency"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "mime_type"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
describe 'test attribute "image_format"' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
describe 'test attribute "dpi_unit"' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
describe 'test attribute "dpi"' do
|
102
|
+
it 'should work' do
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
describe 'test attribute "color_count"' do
|
108
|
+
it 'should work' do
|
109
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
describe 'test attribute "bit_depth"' do
|
114
|
+
it 'should work' do
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe 'test attribute "comment"' do
|
120
|
+
it 'should work' do
|
121
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
describe 'test attribute "exif_profile_name"' do
|
126
|
+
it 'should work' do
|
127
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
describe 'test attribute "exif_values"' do
|
132
|
+
it 'should work' do
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
end
|
138
|
+
|
@@ -1,54 +1,54 @@
|
|
1
|
-
=begin
|
2
|
-
#convertapi
|
3
|
-
|
4
|
-
#Convert API lets you effortlessly convert file formats and types.
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: unset
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for CloudmersiveConvertApiClient::GetXlsxColumnsRequest
|
18
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'GetXlsxColumnsRequest' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = CloudmersiveConvertApiClient::GetXlsxColumnsRequest.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of GetXlsxColumnsRequest' do
|
31
|
-
it 'should create an instance of GetXlsxColumnsRequest' do
|
32
|
-
expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::GetXlsxColumnsRequest)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "input_file_bytes"' do
|
36
|
-
it 'should work' do
|
37
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
describe 'test attribute "input_file_url"' do
|
42
|
-
it 'should work' do
|
43
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
describe 'test attribute "worksheet_to_query"' do
|
48
|
-
it 'should work' do
|
49
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
end
|
54
|
-
|
1
|
+
=begin
|
2
|
+
#convertapi
|
3
|
+
|
4
|
+
#Convert API lets you effortlessly convert file formats and types.
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: unset
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudmersiveConvertApiClient::GetXlsxColumnsRequest
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'GetXlsxColumnsRequest' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudmersiveConvertApiClient::GetXlsxColumnsRequest.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of GetXlsxColumnsRequest' do
|
31
|
+
it 'should create an instance of GetXlsxColumnsRequest' do
|
32
|
+
expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::GetXlsxColumnsRequest)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "input_file_bytes"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "input_file_url"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "worksheet_to_query"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
end
|
54
|
+
|
@@ -1,48 +1,48 @@
|
|
1
|
-
=begin
|
2
|
-
#convertapi
|
3
|
-
|
4
|
-
#Convert API lets you effortlessly convert file formats and types.
|
5
|
-
|
6
|
-
OpenAPI spec version: v1
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: unset
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for CloudmersiveConvertApiClient::GetXlsxColumnsResponse
|
18
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe 'GetXlsxColumnsResponse' do
|
21
|
-
before do
|
22
|
-
# run before each test
|
23
|
-
@instance = CloudmersiveConvertApiClient::GetXlsxColumnsResponse.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
29
|
-
|
30
|
-
describe 'test an instance of GetXlsxColumnsResponse' do
|
31
|
-
it 'should create an instance of GetXlsxColumnsResponse' do
|
32
|
-
expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::GetXlsxColumnsResponse)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
describe 'test attribute "successful"' do
|
36
|
-
it 'should work' do
|
37
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
describe 'test attribute "columns"' do
|
42
|
-
it 'should work' do
|
43
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
end
|
48
|
-
|
1
|
+
=begin
|
2
|
+
#convertapi
|
3
|
+
|
4
|
+
#Convert API lets you effortlessly convert file formats and types.
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: unset
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for CloudmersiveConvertApiClient::GetXlsxColumnsResponse
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'GetXlsxColumnsResponse' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = CloudmersiveConvertApiClient::GetXlsxColumnsResponse.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of GetXlsxColumnsResponse' do
|
31
|
+
it 'should create an instance of GetXlsxColumnsResponse' do
|
32
|
+
expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::GetXlsxColumnsResponse)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "successful"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "columns"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
end
|
48
|
+
|