aspose_cells_cloud 20.11 → 21.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (296) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +123 -0
  4. data/lib/aspose_cells_cloud.rb +301 -0
  5. data/lib/aspose_cells_cloud/api/cells_api.rb +20104 -0
  6. data/lib/aspose_cells_cloud/api/lite_cells_api.rb +893 -0
  7. data/lib/aspose_cells_cloud/api_client.rb +493 -0
  8. data/lib/aspose_cells_cloud/api_error.rb +48 -0
  9. data/lib/aspose_cells_cloud/configuration.rb +178 -0
  10. data/lib/aspose_cells_cloud/models/above_average.rb +234 -0
  11. data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -0
  12. data/lib/aspose_cells_cloud/models/area.rb +243 -0
  13. data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -0
  14. data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -0
  15. data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -0
  16. data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -0
  17. data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -0
  18. data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -0
  19. data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -0
  20. data/lib/aspose_cells_cloud/models/border.rb +216 -0
  21. data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -0
  22. data/lib/aspose_cells_cloud/models/cell.rb +401 -0
  23. data/lib/aspose_cells_cloud/models/cell_area.rb +245 -0
  24. data/lib/aspose_cells_cloud/models/cell_response.rb +221 -0
  25. data/lib/aspose_cells_cloud/models/cell_value.rb +234 -0
  26. data/lib/aspose_cells_cloud/models/cells.rb +270 -0
  27. data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
  28. data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -0
  29. data/lib/aspose_cells_cloud/models/cells_color.rb +234 -0
  30. data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -0
  31. data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -0
  32. data/lib/aspose_cells_cloud/models/cells_document_property.rb +258 -0
  33. data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -0
  34. data/lib/aspose_cells_cloud/models/cells_error.rb +229 -0
  35. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -0
  36. data/lib/aspose_cells_cloud/models/cells_response.rb +221 -0
  37. data/lib/aspose_cells_cloud/models/chart.rb +626 -0
  38. data/lib/aspose_cells_cloud/models/chart_area.rb +317 -0
  39. data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -0
  40. data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -0
  41. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -0
  42. data/lib/aspose_cells_cloud/models/charts.rb +209 -0
  43. data/lib/aspose_cells_cloud/models/charts_response.rb +221 -0
  44. data/lib/aspose_cells_cloud/models/color.rb +245 -0
  45. data/lib/aspose_cells_cloud/models/color_filter.rb +234 -0
  46. data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -0
  47. data/lib/aspose_cells_cloud/models/color_scale.rb +249 -0
  48. data/lib/aspose_cells_cloud/models/column.rb +243 -0
  49. data/lib/aspose_cells_cloud/models/column_response.rb +221 -0
  50. data/lib/aspose_cells_cloud/models/columns.rb +237 -0
  51. data/lib/aspose_cells_cloud/models/columns_response.rb +221 -0
  52. data/lib/aspose_cells_cloud/models/comment.rb +297 -0
  53. data/lib/aspose_cells_cloud/models/comment_response.rb +221 -0
  54. data/lib/aspose_cells_cloud/models/comments.rb +209 -0
  55. data/lib/aspose_cells_cloud/models/comments_response.rb +221 -0
  56. data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -0
  57. data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -0
  58. data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -0
  59. data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -0
  60. data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -0
  61. data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -0
  62. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -0
  63. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +261 -0
  64. data/lib/aspose_cells_cloud/models/copy_options.rb +248 -0
  65. data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -0
  66. data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -0
  67. data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -0
  68. data/lib/aspose_cells_cloud/models/data_bar.rb +309 -0
  69. data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -0
  70. data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -0
  71. data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -0
  72. data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -0
  73. data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -0
  74. data/lib/aspose_cells_cloud/models/error_details.rb +214 -0
  75. data/lib/aspose_cells_cloud/models/file_info.rb +221 -0
  76. data/lib/aspose_cells_cloud/models/file_source.rb +207 -0
  77. data/lib/aspose_cells_cloud/models/file_version.rb +274 -0
  78. data/lib/aspose_cells_cloud/models/file_versions.rb +201 -0
  79. data/lib/aspose_cells_cloud/models/files_list.rb +201 -0
  80. data/lib/aspose_cells_cloud/models/files_result.rb +200 -0
  81. data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -0
  82. data/lib/aspose_cells_cloud/models/fill_format.rb +259 -0
  83. data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -0
  84. data/lib/aspose_cells_cloud/models/filter_column.rb +277 -0
  85. data/lib/aspose_cells_cloud/models/font.rb +279 -0
  86. data/lib/aspose_cells_cloud/models/font_setting.rb +244 -0
  87. data/lib/aspose_cells_cloud/models/format_condition.rb +327 -0
  88. data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -0
  89. data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -0
  90. data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -0
  91. data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -0
  92. data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -0
  93. data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -0
  94. data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -0
  95. data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -0
  96. data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -0
  97. data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -0
  98. data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -0
  99. data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -0
  100. data/lib/aspose_cells_cloud/models/icon_set.rb +253 -0
  101. data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -0
  102. data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -0
  103. data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -0
  104. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -0
  105. data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -0
  106. data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -0
  107. data/lib/aspose_cells_cloud/models/import_option.rb +225 -0
  108. data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -0
  109. data/lib/aspose_cells_cloud/models/legend.rb +335 -0
  110. data/lib/aspose_cells_cloud/models/legend_response.rb +221 -0
  111. data/lib/aspose_cells_cloud/models/line.rb +360 -0
  112. data/lib/aspose_cells_cloud/models/line_format.rb +358 -0
  113. data/lib/aspose_cells_cloud/models/line_response.rb +221 -0
  114. data/lib/aspose_cells_cloud/models/link.rb +225 -0
  115. data/lib/aspose_cells_cloud/models/link_element.rb +198 -0
  116. data/lib/aspose_cells_cloud/models/list_column.rb +209 -0
  117. data/lib/aspose_cells_cloud/models/list_object.rb +350 -0
  118. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -0
  119. data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -0
  120. data/lib/aspose_cells_cloud/models/list_objects.rb +209 -0
  121. data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -0
  122. data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -0
  123. data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -0
  124. data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -0
  125. data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -0
  126. data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -0
  127. data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -0
  128. data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -0
  129. data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -0
  130. data/lib/aspose_cells_cloud/models/name.rb +276 -0
  131. data/lib/aspose_cells_cloud/models/name_response.rb +221 -0
  132. data/lib/aspose_cells_cloud/models/names.rb +223 -0
  133. data/lib/aspose_cells_cloud/models/names_response.rb +221 -0
  134. data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -0
  135. data/lib/aspose_cells_cloud/models/object_exist.rb +219 -0
  136. data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -0
  137. data/lib/aspose_cells_cloud/models/ole_object.rb +567 -0
  138. data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -0
  139. data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -0
  140. data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -0
  141. data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -0
  142. data/lib/aspose_cells_cloud/models/operate_object.rb +207 -0
  143. data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -0
  144. data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -0
  145. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -0
  146. data/lib/aspose_cells_cloud/models/page_section.rb +259 -0
  147. data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -0
  148. data/lib/aspose_cells_cloud/models/page_setup.rb +542 -0
  149. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -0
  150. data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -0
  151. data/lib/aspose_cells_cloud/models/password_request.rb +198 -0
  152. data/lib/aspose_cells_cloud/models/paste_options.rb +225 -0
  153. data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -0
  154. data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -0
  155. data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -0
  156. data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -0
  157. data/lib/aspose_cells_cloud/models/picture.rb +558 -0
  158. data/lib/aspose_cells_cloud/models/picture_response.rb +221 -0
  159. data/lib/aspose_cells_cloud/models/pictures.rb +209 -0
  160. data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -0
  161. data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -0
  162. data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -0
  163. data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -0
  164. data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -0
  165. data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -0
  166. data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -0
  167. data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -0
  168. data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -0
  169. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -0
  170. data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -0
  171. data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -0
  172. data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -0
  173. data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -0
  174. data/lib/aspose_cells_cloud/models/range.rb +309 -0
  175. data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -0
  176. data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -0
  177. data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -0
  178. data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -0
  179. data/lib/aspose_cells_cloud/models/ranges.rb +200 -0
  180. data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -0
  181. data/lib/aspose_cells_cloud/models/result_destination.rb +216 -0
  182. data/lib/aspose_cells_cloud/models/row.rb +261 -0
  183. data/lib/aspose_cells_cloud/models/row_response.rb +221 -0
  184. data/lib/aspose_cells_cloud/models/rows.rb +237 -0
  185. data/lib/aspose_cells_cloud/models/rows_response.rb +221 -0
  186. data/lib/aspose_cells_cloud/models/save_options.rb +265 -0
  187. data/lib/aspose_cells_cloud/models/save_response.rb +221 -0
  188. data/lib/aspose_cells_cloud/models/save_result.rb +200 -0
  189. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -0
  190. data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -0
  191. data/lib/aspose_cells_cloud/models/shape.rb +504 -0
  192. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -0
  193. data/lib/aspose_cells_cloud/models/shape_response.rb +221 -0
  194. data/lib/aspose_cells_cloud/models/shapes.rb +209 -0
  195. data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -0
  196. data/lib/aspose_cells_cloud/models/single_value.rb +207 -0
  197. data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -0
  198. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -0
  199. data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -0
  200. data/lib/aspose_cells_cloud/models/sort_key.rb +221 -0
  201. data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
  202. data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
  203. data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
  204. data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
  205. data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
  206. data/lib/aspose_cells_cloud/models/split_result.rb +200 -0
  207. data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -0
  208. data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -0
  209. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -0
  210. data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -0
  211. data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -0
  212. data/lib/aspose_cells_cloud/models/storage_file.rb +249 -0
  213. data/lib/aspose_cells_cloud/models/style.rb +407 -0
  214. data/lib/aspose_cells_cloud/models/style_response.rb +221 -0
  215. data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -0
  216. data/lib/aspose_cells_cloud/models/task_data.rb +200 -0
  217. data/lib/aspose_cells_cloud/models/task_description.rb +207 -0
  218. data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -0
  219. data/lib/aspose_cells_cloud/models/text_item.rb +207 -0
  220. data/lib/aspose_cells_cloud/models/text_items.rb +209 -0
  221. data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -0
  222. data/lib/aspose_cells_cloud/models/text_options.rb +333 -0
  223. data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
  224. data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -0
  225. data/lib/aspose_cells_cloud/models/theme_color.rb +207 -0
  226. data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -0
  227. data/lib/aspose_cells_cloud/models/title.rb +380 -0
  228. data/lib/aspose_cells_cloud/models/title_response.rb +221 -0
  229. data/lib/aspose_cells_cloud/models/top10.rb +219 -0
  230. data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -0
  231. data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -0
  232. data/lib/aspose_cells_cloud/models/validation.rb +360 -0
  233. data/lib/aspose_cells_cloud/models/validation_response.rb +221 -0
  234. data/lib/aspose_cells_cloud/models/validations.rb +223 -0
  235. data/lib/aspose_cells_cloud/models/validations_response.rb +221 -0
  236. data/lib/aspose_cells_cloud/models/value_type.rb +189 -0
  237. data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -0
  238. data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -0
  239. data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -0
  240. data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -0
  241. data/lib/aspose_cells_cloud/models/workbook.rb +290 -0
  242. data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -0
  243. data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -0
  244. data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -0
  245. data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -0
  246. data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -0
  247. data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -0
  248. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -0
  249. data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -0
  250. data/lib/aspose_cells_cloud/models/worksheet.rb +510 -0
  251. data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -0
  252. data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +234 -0
  253. data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -0
  254. data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -0
  255. data/lib/aspose_cells_cloud/models/worksheets.rb +209 -0
  256. data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -0
  257. data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -0
  258. data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -0
  259. data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -0
  260. data/lib/aspose_cells_cloud/version.rb +25 -0
  261. data/spec/api/cells_api_spec.rb +1145 -0
  262. data/spec/api/cells_assembly_spec.rb +44 -0
  263. data/spec/api/cells_auto_filter_api_spec.rb +430 -0
  264. data/spec/api/cells_chart_area_api_spec.rb +92 -0
  265. data/spec/api/cells_charts_api_spec.rb +390 -0
  266. data/spec/api/cells_clear_objects_spec.rb +43 -0
  267. data/spec/api/cells_conditional_formattings_api_spec.rb +259 -0
  268. data/spec/api/cells_export_spec.rb +43 -0
  269. data/spec/api/cells_hypelinks_api_spec.rb +170 -0
  270. data/spec/api/cells_list_objects_api_spec.rb +245 -0
  271. data/spec/api/cells_merge_spec.rb +43 -0
  272. data/spec/api/cells_metadata_spec.rb +72 -0
  273. data/spec/api/cells_ole_objects_api_spec.rb +177 -0
  274. data/spec/api/cells_page_breaks_api_spec.rb +269 -0
  275. data/spec/api/cells_page_setup_api_spec.rb +198 -0
  276. data/spec/api/cells_pictures_api_spec.rb +174 -0
  277. data/spec/api/cells_pivot_tables_api_spec.rb +525 -0
  278. data/spec/api/cells_properties_api_spec.rb +129 -0
  279. data/spec/api/cells_protect_spec.rb +43 -0
  280. data/spec/api/cells_ranges_api_spec.rb +312 -0
  281. data/spec/api/cells_save_as_api_spec.rb +74 -0
  282. data/spec/api/cells_search_spec.rb +43 -0
  283. data/spec/api/cells_shapes_api_spec.rb +174 -0
  284. data/spec/api/cells_simple_spec.rb +44 -0
  285. data/spec/api/cells_sparkline_group_spec.rb +43 -0
  286. data/spec/api/cells_split_spec.rb +44 -0
  287. data/spec/api/cells_storage_api_spec.rb +69 -0
  288. data/spec/api/cells_storage_spec.rb +45 -0
  289. data/spec/api/cells_task_api_spec.rb +61 -0
  290. data/spec/api/cells_unlock_spec.rb +43 -0
  291. data/spec/api/cells_watermark_spec.rb +42 -0
  292. data/spec/api/cells_workbook_api_spec.rb +667 -0
  293. data/spec/api/cells_worksheet_validations_api_spec.rb +139 -0
  294. data/spec/api/cells_worksheets_api_spec.rb +843 -0
  295. data/spec/spec_helper.rb +136 -0
  296. metadata +297 -3
@@ -0,0 +1,301 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+
27
+ class TxtSaveOptions
28
+ attr_accessor :enable_http_compression
29
+
30
+ attr_accessor :save_format
31
+
32
+ # Make the workbook empty after saving the file.
33
+ attr_accessor :clear_data
34
+
35
+ # The cached file folder is used to store some large data.
36
+ attr_accessor :cached_file_folder
37
+
38
+ # Indicates whether validate merged areas before saving the file. The default value is false.
39
+ attr_accessor :validate_merged_areas
40
+
41
+ attr_accessor :refresh_chart_cache
42
+
43
+ # If true and the directory does not exist, the directory will be automatically created before saving the file.
44
+ attr_accessor :create_directory
45
+
46
+ attr_accessor :sort_names
47
+
48
+ attr_accessor :quote_type
49
+
50
+ attr_accessor :separator
51
+
52
+ attr_accessor :separator_string
53
+
54
+ attr_accessor :always_quoted
55
+
56
+
57
+ # Attribute mapping from ruby-style variable name to JSON key.
58
+ def self.attribute_map
59
+ {
60
+ :'enable_http_compression' => :'EnableHTTPCompression',
61
+ :'save_format' => :'SaveFormat',
62
+ :'clear_data' => :'ClearData',
63
+ :'cached_file_folder' => :'CachedFileFolder',
64
+ :'validate_merged_areas' => :'ValidateMergedAreas',
65
+ :'refresh_chart_cache' => :'RefreshChartCache',
66
+ :'create_directory' => :'CreateDirectory',
67
+ :'sort_names' => :'SortNames',
68
+ :'quote_type' => :'QuoteType',
69
+ :'separator' => :'Separator',
70
+ :'separator_string' => :'SeparatorString',
71
+ :'always_quoted' => :'AlwaysQuoted'
72
+ }
73
+ end
74
+
75
+ # Attribute type mapping.
76
+ def self.swagger_types
77
+ {
78
+ :'enable_http_compression' => :'BOOLEAN',
79
+ :'save_format' => :'String',
80
+ :'clear_data' => :'BOOLEAN',
81
+ :'cached_file_folder' => :'String',
82
+ :'validate_merged_areas' => :'BOOLEAN',
83
+ :'refresh_chart_cache' => :'BOOLEAN',
84
+ :'create_directory' => :'BOOLEAN',
85
+ :'sort_names' => :'BOOLEAN',
86
+ :'quote_type' => :'String',
87
+ :'separator' => :'String',
88
+ :'separator_string' => :'String',
89
+ :'always_quoted' => :'BOOLEAN'
90
+ }
91
+ end
92
+
93
+ # Initializes the object
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ def initialize(attributes = {})
96
+ return unless attributes.is_a?(Hash)
97
+
98
+ # convert string to symbol for hash key
99
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
100
+
101
+ if attributes.has_key?(:'EnableHTTPCompression')
102
+ self.enable_http_compression = attributes[:'EnableHTTPCompression']
103
+ end
104
+
105
+ if attributes.has_key?(:'SaveFormat')
106
+ self.save_format = attributes[:'SaveFormat']
107
+ end
108
+
109
+ if attributes.has_key?(:'ClearData')
110
+ self.clear_data = attributes[:'ClearData']
111
+ end
112
+
113
+ if attributes.has_key?(:'CachedFileFolder')
114
+ self.cached_file_folder = attributes[:'CachedFileFolder']
115
+ end
116
+
117
+ if attributes.has_key?(:'ValidateMergedAreas')
118
+ self.validate_merged_areas = attributes[:'ValidateMergedAreas']
119
+ end
120
+
121
+ if attributes.has_key?(:'RefreshChartCache')
122
+ self.refresh_chart_cache = attributes[:'RefreshChartCache']
123
+ end
124
+
125
+ if attributes.has_key?(:'CreateDirectory')
126
+ self.create_directory = attributes[:'CreateDirectory']
127
+ end
128
+
129
+ if attributes.has_key?(:'SortNames')
130
+ self.sort_names = attributes[:'SortNames']
131
+ end
132
+
133
+ if attributes.has_key?(:'QuoteType')
134
+ self.quote_type = attributes[:'QuoteType']
135
+ end
136
+
137
+ if attributes.has_key?(:'Separator')
138
+ self.separator = attributes[:'Separator']
139
+ end
140
+
141
+ if attributes.has_key?(:'SeparatorString')
142
+ self.separator_string = attributes[:'SeparatorString']
143
+ end
144
+
145
+ if attributes.has_key?(:'AlwaysQuoted')
146
+ self.always_quoted = attributes[:'AlwaysQuoted']
147
+ end
148
+
149
+ end
150
+
151
+ # Show invalid properties with the reasons. Usually used together with valid?
152
+ # @return Array for valid properies with the reasons
153
+ def list_invalid_properties
154
+ invalid_properties = Array.new
155
+ return invalid_properties
156
+ end
157
+
158
+ # Check to see if the all the properties in the model are valid
159
+ # @return true if the model is valid
160
+ def valid?
161
+ return true
162
+ end
163
+
164
+ # Checks equality by comparing each attribute.
165
+ # @param [Object] Object to be compared
166
+ def ==(o)
167
+ return true if self.equal?(o)
168
+ self.class == o.class &&
169
+ enable_http_compression == o.enable_http_compression &&
170
+ save_format == o.save_format &&
171
+ clear_data == o.clear_data &&
172
+ cached_file_folder == o.cached_file_folder &&
173
+ validate_merged_areas == o.validate_merged_areas &&
174
+ refresh_chart_cache == o.refresh_chart_cache &&
175
+ create_directory == o.create_directory &&
176
+ sort_names == o.sort_names &&
177
+ quote_type == o.quote_type &&
178
+ separator == o.separator &&
179
+ separator_string == o.separator_string &&
180
+ always_quoted == o.always_quoted
181
+ end
182
+
183
+ # @see the `==` method
184
+ # @param [Object] Object to be compared
185
+ def eql?(o)
186
+ self == o
187
+ end
188
+
189
+ # Calculates hash code according to all attributes.
190
+ # @return [Fixnum] Hash code
191
+ def hash
192
+ [enable_http_compression, save_format, clear_data, cached_file_folder, validate_merged_areas, refresh_chart_cache, create_directory, sort_names, quote_type, separator, separator_string, always_quoted].hash
193
+ end
194
+
195
+ # Builds the object from hash
196
+ # @param [Hash] attributes Model attributes in the form of hash
197
+ # @return [Object] Returns the model itself
198
+ def build_from_hash(attributes)
199
+ return nil unless attributes.is_a?(Hash)
200
+ self.class.swagger_types.each_pair do |key, type|
201
+ if type =~ /\AArray<(.*)>/i
202
+ # check to ensure the input is an array given that the the attribute
203
+ # is documented as an array but the input is not
204
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
205
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
206
+ end
207
+ elsif !attributes[self.class.attribute_map[key]].nil?
208
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
209
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
210
+ end
211
+
212
+ self
213
+ end
214
+
215
+ # Deserializes the data based on type
216
+ # @param string type Data type
217
+ # @param string value Value to be deserialized
218
+ # @return [Object] Deserialized data
219
+ def _deserialize(type, value)
220
+ case type.to_sym
221
+ when :DateTime
222
+ DateTime.parse(value)
223
+ when :Date
224
+ Date.parse(value)
225
+ when :String
226
+ value.to_s
227
+ when :Integer
228
+ value.to_i
229
+ when :Float
230
+ value.to_f
231
+ when :BOOLEAN
232
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
233
+ true
234
+ else
235
+ false
236
+ end
237
+ when :Object
238
+ # generic object (usually a Hash), return directly
239
+ value
240
+ when /\AArray<(?<inner_type>.+)>\z/
241
+ inner_type = Regexp.last_match[:inner_type]
242
+ value.map { |v| _deserialize(inner_type, v) }
243
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
244
+ k_type = Regexp.last_match[:k_type]
245
+ v_type = Regexp.last_match[:v_type]
246
+ {}.tap do |hash|
247
+ value.each do |k, v|
248
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
249
+ end
250
+ end
251
+ else # model
252
+ temp_model = AsposeCellsCloud.const_get(type).new
253
+ temp_model.build_from_hash(value)
254
+ end
255
+ end
256
+
257
+ # Returns the string representation of the object
258
+ # @return [String] String presentation of the object
259
+ def to_s
260
+ to_hash.to_s
261
+ end
262
+
263
+ # to_body is an alias to to_hash (backward compatibility)
264
+ # @return [Hash] Returns the object in the form of hash
265
+ def to_body
266
+ to_hash
267
+ end
268
+
269
+ # Returns the object in the form of hash
270
+ # @return [Hash] Returns the object in the form of hash
271
+ def to_hash
272
+ hash = {}
273
+ self.class.attribute_map.each_pair do |attr, param|
274
+ value = self.send(attr)
275
+ next if value.nil?
276
+ hash[param] = _to_hash(value)
277
+ end
278
+ hash
279
+ end
280
+
281
+ # Outputs non-array value in the form of hash
282
+ # For object, use to_hash. Otherwise, just return the value
283
+ # @param [Object] value Any valid value
284
+ # @return [Hash] Returns the value in the form of hash
285
+ def _to_hash(value)
286
+ if value.is_a?(Array)
287
+ value.compact.map{ |v| _to_hash(v) }
288
+ elsif value.is_a?(Hash)
289
+ {}.tap do |hash|
290
+ value.each { |k, v| hash[k] = _to_hash(v) }
291
+ end
292
+ elsif value.respond_to? :to_hash
293
+ value.to_hash
294
+ else
295
+ value
296
+ end
297
+ end
298
+
299
+ end
300
+
301
+ end
@@ -0,0 +1,360 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+
27
+ class Validation
28
+ attr_accessor :link
29
+
30
+ # Represents the value or expression associated with the second part of the data validation.
31
+ attr_accessor :formula2
32
+
33
+ # Represents the value or expression associated with the data validation.
34
+ attr_accessor :formula1
35
+
36
+ # Indicates whether the data validation error message will be displayed whenever the user enters invalid data.
37
+ attr_accessor :show_error
38
+
39
+ # Represents the data validation error message.
40
+ attr_accessor :error_message
41
+
42
+ # Indicates whether data validation displays a drop-down list that contains acceptable values.
43
+ attr_accessor :in_cell_drop_down
44
+
45
+ # Indicates whether the data validation input message will be displayed whenever the user selects a cell in the data validation range.
46
+ attr_accessor :show_input
47
+
48
+ # Represents the validation alert style.Information,Stop,Warning
49
+ attr_accessor :alert_style
50
+
51
+ # Represents the title of the data-validation input dialog box.
52
+ attr_accessor :input_title
53
+
54
+ # Indicates whether blank values are permitted by the range data validation.
55
+ attr_accessor :ignore_blank
56
+
57
+ # Represents the first value associated with the data validation.
58
+ attr_accessor :value2
59
+
60
+ # Represents the first value associated with the data validation.
61
+ attr_accessor :value1
62
+
63
+ # Represents the operator for the data validation. Between,Equal,GreaterThan,GreaterOrEqual,LessThan,LessOrEqual,None,NotBetween,NotEqual
64
+ attr_accessor :operator
65
+
66
+ # Represents the title of the data-validation error dialog box.
67
+ attr_accessor :error_title
68
+
69
+ # Represents the data validation type. AnyValue ,WholeNumber,Decimal,List,Date,Time,TextLength,Custom
70
+ attr_accessor :type
71
+
72
+ # Represents the data validation input message.
73
+ attr_accessor :input_message
74
+
75
+ # Represents a collection of Aspose.Cells.CellArea which contains the data validation settings.
76
+ attr_accessor :area_list
77
+
78
+
79
+ # Attribute mapping from ruby-style variable name to JSON key.
80
+ def self.attribute_map
81
+ {
82
+ :'link' => :'link',
83
+ :'formula2' => :'Formula2',
84
+ :'formula1' => :'Formula1',
85
+ :'show_error' => :'ShowError',
86
+ :'error_message' => :'ErrorMessage',
87
+ :'in_cell_drop_down' => :'InCellDropDown',
88
+ :'show_input' => :'ShowInput',
89
+ :'alert_style' => :'AlertStyle',
90
+ :'input_title' => :'InputTitle',
91
+ :'ignore_blank' => :'IgnoreBlank',
92
+ :'value2' => :'Value2',
93
+ :'value1' => :'Value1',
94
+ :'operator' => :'Operator',
95
+ :'error_title' => :'ErrorTitle',
96
+ :'type' => :'Type',
97
+ :'input_message' => :'InputMessage',
98
+ :'area_list' => :'AreaList'
99
+ }
100
+ end
101
+
102
+ # Attribute type mapping.
103
+ def self.swagger_types
104
+ {
105
+ :'link' => :'Link',
106
+ :'formula2' => :'String',
107
+ :'formula1' => :'String',
108
+ :'show_error' => :'BOOLEAN',
109
+ :'error_message' => :'String',
110
+ :'in_cell_drop_down' => :'BOOLEAN',
111
+ :'show_input' => :'BOOLEAN',
112
+ :'alert_style' => :'String',
113
+ :'input_title' => :'String',
114
+ :'ignore_blank' => :'BOOLEAN',
115
+ :'value2' => :'String',
116
+ :'value1' => :'String',
117
+ :'operator' => :'String',
118
+ :'error_title' => :'String',
119
+ :'type' => :'String',
120
+ :'input_message' => :'String',
121
+ :'area_list' => :'Array<CellArea>'
122
+ }
123
+ end
124
+
125
+ # Initializes the object
126
+ # @param [Hash] attributes Model attributes in the form of hash
127
+ def initialize(attributes = {})
128
+ return unless attributes.is_a?(Hash)
129
+
130
+ # convert string to symbol for hash key
131
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
132
+
133
+ if attributes.has_key?(:'link')
134
+ self.link = attributes[:'link']
135
+ end
136
+
137
+ if attributes.has_key?(:'Formula2')
138
+ self.formula2 = attributes[:'Formula2']
139
+ end
140
+
141
+ if attributes.has_key?(:'Formula1')
142
+ self.formula1 = attributes[:'Formula1']
143
+ end
144
+
145
+ if attributes.has_key?(:'ShowError')
146
+ self.show_error = attributes[:'ShowError']
147
+ end
148
+
149
+ if attributes.has_key?(:'ErrorMessage')
150
+ self.error_message = attributes[:'ErrorMessage']
151
+ end
152
+
153
+ if attributes.has_key?(:'InCellDropDown')
154
+ self.in_cell_drop_down = attributes[:'InCellDropDown']
155
+ end
156
+
157
+ if attributes.has_key?(:'ShowInput')
158
+ self.show_input = attributes[:'ShowInput']
159
+ end
160
+
161
+ if attributes.has_key?(:'AlertStyle')
162
+ self.alert_style = attributes[:'AlertStyle']
163
+ end
164
+
165
+ if attributes.has_key?(:'InputTitle')
166
+ self.input_title = attributes[:'InputTitle']
167
+ end
168
+
169
+ if attributes.has_key?(:'IgnoreBlank')
170
+ self.ignore_blank = attributes[:'IgnoreBlank']
171
+ end
172
+
173
+ if attributes.has_key?(:'Value2')
174
+ self.value2 = attributes[:'Value2']
175
+ end
176
+
177
+ if attributes.has_key?(:'Value1')
178
+ self.value1 = attributes[:'Value1']
179
+ end
180
+
181
+ if attributes.has_key?(:'Operator')
182
+ self.operator = attributes[:'Operator']
183
+ end
184
+
185
+ if attributes.has_key?(:'ErrorTitle')
186
+ self.error_title = attributes[:'ErrorTitle']
187
+ end
188
+
189
+ if attributes.has_key?(:'Type')
190
+ self.type = attributes[:'Type']
191
+ end
192
+
193
+ if attributes.has_key?(:'InputMessage')
194
+ self.input_message = attributes[:'InputMessage']
195
+ end
196
+
197
+ if attributes.has_key?(:'AreaList')
198
+ if (value = attributes[:'AreaList']).is_a?(Array)
199
+ self.area_list = value
200
+ end
201
+ end
202
+
203
+ end
204
+
205
+ # Show invalid properties with the reasons. Usually used together with valid?
206
+ # @return Array for valid properies with the reasons
207
+ def list_invalid_properties
208
+ invalid_properties = Array.new
209
+ return invalid_properties
210
+ end
211
+
212
+ # Check to see if the all the properties in the model are valid
213
+ # @return true if the model is valid
214
+ def valid?
215
+ return true
216
+ end
217
+
218
+ # Checks equality by comparing each attribute.
219
+ # @param [Object] Object to be compared
220
+ def ==(o)
221
+ return true if self.equal?(o)
222
+ self.class == o.class &&
223
+ link == o.link &&
224
+ formula2 == o.formula2 &&
225
+ formula1 == o.formula1 &&
226
+ show_error == o.show_error &&
227
+ error_message == o.error_message &&
228
+ in_cell_drop_down == o.in_cell_drop_down &&
229
+ show_input == o.show_input &&
230
+ alert_style == o.alert_style &&
231
+ input_title == o.input_title &&
232
+ ignore_blank == o.ignore_blank &&
233
+ value2 == o.value2 &&
234
+ value1 == o.value1 &&
235
+ operator == o.operator &&
236
+ error_title == o.error_title &&
237
+ type == o.type &&
238
+ input_message == o.input_message &&
239
+ area_list == o.area_list
240
+ end
241
+
242
+ # @see the `==` method
243
+ # @param [Object] Object to be compared
244
+ def eql?(o)
245
+ self == o
246
+ end
247
+
248
+ # Calculates hash code according to all attributes.
249
+ # @return [Fixnum] Hash code
250
+ def hash
251
+ [link, formula2, formula1, show_error, error_message, in_cell_drop_down, show_input, alert_style, input_title, ignore_blank, value2, value1, operator, error_title, type, input_message, area_list].hash
252
+ end
253
+
254
+ # Builds the object from hash
255
+ # @param [Hash] attributes Model attributes in the form of hash
256
+ # @return [Object] Returns the model itself
257
+ def build_from_hash(attributes)
258
+ return nil unless attributes.is_a?(Hash)
259
+ self.class.swagger_types.each_pair do |key, type|
260
+ if type =~ /\AArray<(.*)>/i
261
+ # check to ensure the input is an array given that the the attribute
262
+ # is documented as an array but the input is not
263
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
264
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
265
+ end
266
+ elsif !attributes[self.class.attribute_map[key]].nil?
267
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
268
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
269
+ end
270
+
271
+ self
272
+ end
273
+
274
+ # Deserializes the data based on type
275
+ # @param string type Data type
276
+ # @param string value Value to be deserialized
277
+ # @return [Object] Deserialized data
278
+ def _deserialize(type, value)
279
+ case type.to_sym
280
+ when :DateTime
281
+ DateTime.parse(value)
282
+ when :Date
283
+ Date.parse(value)
284
+ when :String
285
+ value.to_s
286
+ when :Integer
287
+ value.to_i
288
+ when :Float
289
+ value.to_f
290
+ when :BOOLEAN
291
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
292
+ true
293
+ else
294
+ false
295
+ end
296
+ when :Object
297
+ # generic object (usually a Hash), return directly
298
+ value
299
+ when /\AArray<(?<inner_type>.+)>\z/
300
+ inner_type = Regexp.last_match[:inner_type]
301
+ value.map { |v| _deserialize(inner_type, v) }
302
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
303
+ k_type = Regexp.last_match[:k_type]
304
+ v_type = Regexp.last_match[:v_type]
305
+ {}.tap do |hash|
306
+ value.each do |k, v|
307
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
308
+ end
309
+ end
310
+ else # model
311
+ temp_model = AsposeCellsCloud.const_get(type).new
312
+ temp_model.build_from_hash(value)
313
+ end
314
+ end
315
+
316
+ # Returns the string representation of the object
317
+ # @return [String] String presentation of the object
318
+ def to_s
319
+ to_hash.to_s
320
+ end
321
+
322
+ # to_body is an alias to to_hash (backward compatibility)
323
+ # @return [Hash] Returns the object in the form of hash
324
+ def to_body
325
+ to_hash
326
+ end
327
+
328
+ # Returns the object in the form of hash
329
+ # @return [Hash] Returns the object in the form of hash
330
+ def to_hash
331
+ hash = {}
332
+ self.class.attribute_map.each_pair do |attr, param|
333
+ value = self.send(attr)
334
+ next if value.nil?
335
+ hash[param] = _to_hash(value)
336
+ end
337
+ hash
338
+ end
339
+
340
+ # Outputs non-array value in the form of hash
341
+ # For object, use to_hash. Otherwise, just return the value
342
+ # @param [Object] value Any valid value
343
+ # @return [Hash] Returns the value in the form of hash
344
+ def _to_hash(value)
345
+ if value.is_a?(Array)
346
+ value.compact.map{ |v| _to_hash(v) }
347
+ elsif value.is_a?(Hash)
348
+ {}.tap do |hash|
349
+ value.each { |k, v| hash[k] = _to_hash(v) }
350
+ end
351
+ elsif value.respond_to? :to_hash
352
+ value.to_hash
353
+ else
354
+ value
355
+ end
356
+ end
357
+
358
+ end
359
+
360
+ end