aspose_slides_cloud 20.4.0 → 20.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +61 -61
- data/TestData/ChartTest.pptx +0 -0
- data/TestData/Sections.pptx +0 -0
- data/TestData/TemplatingCVDataWithBase64.xml +22 -22
- data/lib/aspose_slides_cloud.rb +212 -205
- data/lib/aspose_slides_cloud/api/slides_api.rb +10979 -7974
- data/lib/aspose_slides_cloud/api/slides_api_requests.rb +4146 -3099
- data/lib/aspose_slides_cloud/api_client.rb +432 -429
- data/lib/aspose_slides_cloud/models/add_layout_slide.rb +244 -261
- data/lib/aspose_slides_cloud/models/add_master_slide.rb +259 -276
- data/lib/aspose_slides_cloud/models/add_shape.rb +239 -256
- data/lib/aspose_slides_cloud/models/add_slide.rb +269 -286
- data/lib/aspose_slides_cloud/models/api_info.rb +217 -205
- data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +285 -273
- data/lib/aspose_slides_cloud/models/audio_frame.rb +359 -573
- data/lib/aspose_slides_cloud/models/axes.rb +237 -225
- data/lib/aspose_slides_cloud/models/axis.rb +699 -687
- data/lib/aspose_slides_cloud/models/base64_input_file.rb +230 -256
- data/lib/aspose_slides_cloud/models/blur_effect.rb +227 -215
- data/lib/aspose_slides_cloud/models/box_and_whisker_series.rb +299 -0
- data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +212 -230
- data/lib/aspose_slides_cloud/models/bubble_series.rb +248 -428
- data/lib/aspose_slides_cloud/models/chart.rb +365 -553
- data/lib/aspose_slides_cloud/models/chart_category.rb +271 -0
- data/lib/aspose_slides_cloud/models/chart_title.rb +222 -210
- data/lib/aspose_slides_cloud/models/chart_wall.rb +281 -269
- data/lib/aspose_slides_cloud/models/color_scheme.rb +317 -327
- data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +217 -0
- data/lib/aspose_slides_cloud/models/connector.rb +275 -487
- data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +209 -197
- data/lib/aspose_slides_cloud/models/{resource_uri_element.rb → data_point.rb} +197 -195
- data/lib/aspose_slides_cloud/models/disc_usage.rb +227 -215
- data/lib/aspose_slides_cloud/models/document.rb +257 -267
- data/lib/aspose_slides_cloud/models/document_properties.rb +209 -219
- data/lib/aspose_slides_cloud/models/document_property.rb +232 -242
- data/lib/aspose_slides_cloud/models/document_replace_result.rb +218 -282
- data/lib/aspose_slides_cloud/models/effect.rb +424 -412
- data/lib/aspose_slides_cloud/models/effect_format.rb +277 -265
- data/lib/aspose_slides_cloud/models/entity_exists.rb +212 -0
- data/lib/aspose_slides_cloud/models/error.rb +237 -225
- data/lib/aspose_slides_cloud/models/error_details.rb +222 -210
- data/lib/aspose_slides_cloud/models/export_format.rb +60 -59
- data/lib/aspose_slides_cloud/models/export_options.rb +216 -194
- data/lib/aspose_slides_cloud/models/file_version.rb +225 -270
- data/lib/aspose_slides_cloud/models/file_versions.rb +209 -197
- data/lib/aspose_slides_cloud/models/files_list.rb +209 -197
- data/lib/aspose_slides_cloud/models/files_upload_result.rb +221 -209
- data/lib/aspose_slides_cloud/models/fill_format.rb +240 -228
- data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +246 -234
- data/lib/aspose_slides_cloud/models/font_scheme.rb +227 -237
- data/lib/aspose_slides_cloud/models/font_set.rb +227 -215
- data/lib/aspose_slides_cloud/models/format_scheme.rb +245 -255
- data/lib/aspose_slides_cloud/models/geometry_shape.rb +260 -439
- data/lib/aspose_slides_cloud/models/glow_effect.rb +222 -210
- data/lib/aspose_slides_cloud/models/gradient_fill.rb +342 -359
- data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +222 -210
- data/lib/aspose_slides_cloud/models/graphical_object.rb +234 -422
- data/lib/aspose_slides_cloud/models/group_shape.rb +234 -422
- data/lib/aspose_slides_cloud/models/header_footer.rb +247 -0
- data/lib/aspose_slides_cloud/models/html_export_options.rb +421 -420
- data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +197 -195
- data/lib/aspose_slides_cloud/models/image.rb +237 -247
- data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
- data/lib/aspose_slides_cloud/models/image_export_options.rb +299 -298
- data/lib/aspose_slides_cloud/models/images.rb +209 -219
- data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +252 -240
- data/lib/aspose_slides_cloud/models/input.rb +227 -215
- data/lib/aspose_slides_cloud/models/input_file.rb +250 -238
- data/lib/aspose_slides_cloud/models/interactive_sequence.rb +224 -212
- data/lib/aspose_slides_cloud/models/layout_slide.rb +278 -288
- data/lib/aspose_slides_cloud/models/layout_slides.rb +209 -219
- data/lib/aspose_slides_cloud/models/legend.rb +321 -309
- data/lib/aspose_slides_cloud/models/line_format.rb +389 -377
- data/lib/aspose_slides_cloud/models/master_slide.rb +231 -241
- data/lib/aspose_slides_cloud/models/master_slides.rb +209 -219
- data/lib/aspose_slides_cloud/models/merge.rb +231 -248
- data/lib/aspose_slides_cloud/models/merging_source.rb +219 -207
- data/lib/aspose_slides_cloud/models/no_fill.rb +219 -236
- data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +217 -0
- data/lib/aspose_slides_cloud/models/notes_slide.rb +217 -227
- data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +43 -43
- data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +267 -0
- data/lib/aspose_slides_cloud/models/object_exist.rb +227 -215
- data/lib/aspose_slides_cloud/models/ole_object_frame.rb +259 -447
- data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +210 -200
- data/lib/aspose_slides_cloud/models/one_value_series.rb +248 -428
- data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +209 -197
- data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +252 -240
- data/lib/aspose_slides_cloud/models/output_file.rb +240 -228
- data/lib/aspose_slides_cloud/models/paragraph.rb +517 -527
- data/lib/aspose_slides_cloud/models/paragraphs.rb +209 -219
- data/lib/aspose_slides_cloud/models/path_input_file.rb +240 -266
- data/lib/aspose_slides_cloud/models/path_output_file.rb +239 -256
- data/lib/aspose_slides_cloud/models/pattern_fill.rb +266 -283
- data/lib/aspose_slides_cloud/models/pdf_export_options.rb +547 -519
- data/lib/aspose_slides_cloud/models/picture_fill.rb +351 -368
- data/lib/aspose_slides_cloud/models/picture_frame.rb +245 -459
- data/lib/aspose_slides_cloud/models/pipeline.rb +219 -207
- data/lib/aspose_slides_cloud/models/placeholder.rb +325 -335
- data/lib/aspose_slides_cloud/models/placeholders.rb +209 -219
- data/lib/aspose_slides_cloud/models/plot_area.rb +311 -299
- data/lib/aspose_slides_cloud/models/portion.rb +589 -599
- data/lib/aspose_slides_cloud/models/portions.rb +209 -219
- data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -246
- data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +229 -217
- data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +221 -209
- data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +286 -274
- data/lib/aspose_slides_cloud/models/reflection_effect.rb +441 -429
- data/lib/aspose_slides_cloud/models/remove_shape.rb +229 -246
- data/lib/aspose_slides_cloud/models/remove_slide.rb +234 -251
- data/lib/aspose_slides_cloud/models/reorder_slide.rb +249 -266
- data/lib/aspose_slides_cloud/models/replace_text.rb +269 -286
- data/lib/aspose_slides_cloud/models/request_input_file.rb +235 -261
- data/lib/aspose_slides_cloud/models/reset_slide.rb +234 -251
- data/lib/aspose_slides_cloud/models/resource_base.rb +219 -207
- data/lib/aspose_slides_cloud/models/resource_uri.rb +237 -225
- data/lib/aspose_slides_cloud/models/response_output_file.rb +219 -236
- data/lib/aspose_slides_cloud/models/save.rb +266 -283
- data/lib/aspose_slides_cloud/models/save_shape.rb +276 -293
- data/lib/aspose_slides_cloud/models/save_slide.rb +301 -318
- data/lib/aspose_slides_cloud/models/scale_type.rb +41 -41
- data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +225 -215
- data/lib/aspose_slides_cloud/models/scatter_series.rb +248 -428
- data/lib/aspose_slides_cloud/models/section.rb +234 -0
- data/lib/aspose_slides_cloud/models/sections.rb +209 -0
- data/lib/aspose_slides_cloud/models/series.rb +422 -389
- data/lib/aspose_slides_cloud/models/series_marker.rb +281 -269
- data/lib/aspose_slides_cloud/models/shape.rb +255 -467
- data/lib/aspose_slides_cloud/models/shape_base.rb +375 -406
- data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
- data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +286 -274
- data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
- data/lib/aspose_slides_cloud/models/shapes.rb +209 -219
- data/lib/aspose_slides_cloud/models/size_type.rb +55 -55
- data/lib/aspose_slides_cloud/models/slide.rb +322 -332
- data/lib/aspose_slides_cloud/models/slide_animation.rb +221 -231
- data/lib/aspose_slides_cloud/models/slide_background.rb +266 -276
- data/lib/aspose_slides_cloud/models/slide_comment.rb +239 -227
- data/lib/aspose_slides_cloud/models/slide_comments.rb +209 -219
- data/lib/aspose_slides_cloud/models/slide_export_format.rb +59 -58
- data/lib/aspose_slides_cloud/models/slide_replace_result.rb +223 -347
- data/lib/aspose_slides_cloud/models/slides.rb +209 -219
- data/lib/aspose_slides_cloud/models/smart_art.rb +342 -530
- data/lib/aspose_slides_cloud/models/smart_art_node.rb +293 -281
- data/lib/aspose_slides_cloud/models/smart_art_shape.rb +235 -422
- data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +212 -200
- data/lib/aspose_slides_cloud/models/solid_fill.rb +229 -246
- data/lib/aspose_slides_cloud/models/split_document_result.rb +209 -219
- data/lib/aspose_slides_cloud/models/storage_exist.rb +212 -200
- data/lib/aspose_slides_cloud/models/storage_file.rb +257 -245
- data/lib/aspose_slides_cloud/models/svg_export_options.rb +379 -378
- data/lib/aspose_slides_cloud/models/swf_export_options.rb +529 -528
- data/lib/aspose_slides_cloud/models/table.rb +350 -538
- data/lib/aspose_slides_cloud/models/table_cell.rb +403 -391
- data/lib/aspose_slides_cloud/models/table_column.rb +212 -200
- data/lib/aspose_slides_cloud/models/table_row.rb +239 -227
- data/lib/aspose_slides_cloud/models/task.rb +240 -228
- data/lib/aspose_slides_cloud/models/text_item.rb +217 -205
- data/lib/aspose_slides_cloud/models/text_items.rb +209 -219
- data/lib/aspose_slides_cloud/models/theme.rb +237 -247
- data/lib/aspose_slides_cloud/models/tiff_export_options.rb +423 -422
- data/lib/aspose_slides_cloud/models/update_background.rb +241 -258
- data/lib/aspose_slides_cloud/models/update_shape.rb +239 -256
- data/lib/aspose_slides_cloud/models/video_frame.rb +329 -543
- data/lib/aspose_slides_cloud/models/view_properties.rb +357 -0
- data/lib/aspose_slides_cloud/models/waterfall_chart_data_point.rb +206 -0
- data/lib/aspose_slides_cloud/models/waterfall_series.rb +247 -0
- data/lib/aspose_slides_cloud/models/xps_export_options.rb +243 -242
- data/lib/aspose_slides_cloud/type_registry.rb +320 -0
- data/lib/aspose_slides_cloud/version.rb +25 -25
- data/spec/api/slides_api_spec.rb +35926 -24406
- data/spec/extra/extra_spec.rb +235 -101
- data/spec/spec_utils.rb +183 -176
- data/testConfig.json +7 -7
- data/testRules.json +472 -340
- metadata +18 -3
@@ -1,391 +1,403 @@
|
|
1
|
-
=begin
|
2
|
-
Copyright (c) 2019 Aspose Pty Ltd
|
3
|
-
|
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
|
-
|
11
|
-
The above copyright notice and this permission notice shall be included in all
|
12
|
-
copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20
|
-
SOFTWARE.
|
21
|
-
=end
|
22
|
-
|
23
|
-
require 'date'
|
24
|
-
|
25
|
-
module AsposeSlidesCloud
|
26
|
-
# Represents one cell of table.
|
27
|
-
class TableCell
|
28
|
-
# Cell text.
|
29
|
-
attr_accessor :text
|
30
|
-
|
31
|
-
# The number of rows spanned by a merged cell.
|
32
|
-
attr_accessor :row_span
|
33
|
-
|
34
|
-
# The number of columns spanned by a merged cell.
|
35
|
-
attr_accessor :col_span
|
36
|
-
|
37
|
-
# The top margin of the cell.
|
38
|
-
attr_accessor :margin_top
|
39
|
-
|
40
|
-
# The right margin of the cell.
|
41
|
-
attr_accessor :margin_right
|
42
|
-
|
43
|
-
# The left margin of the cell.
|
44
|
-
attr_accessor :margin_left
|
45
|
-
|
46
|
-
# The bottom margin of the cell.
|
47
|
-
attr_accessor :margin_bottom
|
48
|
-
|
49
|
-
# Text anchor type.
|
50
|
-
attr_accessor :text_anchor_type
|
51
|
-
|
52
|
-
# The type of vertical text.
|
53
|
-
attr_accessor :text_vertical_type
|
54
|
-
|
55
|
-
# Fill properties set of the cell.
|
56
|
-
attr_accessor :fill_format
|
57
|
-
|
58
|
-
# Line properties set for the top border of the cell.
|
59
|
-
attr_accessor :border_top
|
60
|
-
|
61
|
-
# Line properties set for the right border of the cell.
|
62
|
-
attr_accessor :border_right
|
63
|
-
|
64
|
-
# Line properties set for the left border of the cell.
|
65
|
-
attr_accessor :border_left
|
66
|
-
|
67
|
-
# Line properties set for the bottom border of the cell.
|
68
|
-
attr_accessor :border_bottom
|
69
|
-
|
70
|
-
# Line properties set for the diagonal up border of the cell.
|
71
|
-
attr_accessor :border_diagonal_up
|
72
|
-
|
73
|
-
# Line properties set for the diagonal down border of the cell.
|
74
|
-
attr_accessor :border_diagonal_down
|
75
|
-
|
76
|
-
class EnumAttributeValidator
|
77
|
-
attr_reader :datatype
|
78
|
-
attr_reader :allowable_values
|
79
|
-
|
80
|
-
def initialize(datatype, allowable_values)
|
81
|
-
@allowable_values = allowable_values.map do |value|
|
82
|
-
case datatype.to_s
|
83
|
-
when /Integer/i
|
84
|
-
value.to_i
|
85
|
-
when /Float/i
|
86
|
-
value.to_f
|
87
|
-
else
|
88
|
-
value
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
def valid?(value)
|
94
|
-
!value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
|
95
|
-
end
|
96
|
-
end
|
97
|
-
|
98
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
99
|
-
def self.attribute_map
|
100
|
-
{
|
101
|
-
:'text' => :'Text',
|
102
|
-
:'row_span' => :'RowSpan',
|
103
|
-
:'col_span' => :'ColSpan',
|
104
|
-
:'margin_top' => :'MarginTop',
|
105
|
-
:'margin_right' => :'MarginRight',
|
106
|
-
:'margin_left' => :'MarginLeft',
|
107
|
-
:'margin_bottom' => :'MarginBottom',
|
108
|
-
:'text_anchor_type' => :'TextAnchorType',
|
109
|
-
:'text_vertical_type' => :'TextVerticalType',
|
110
|
-
:'fill_format' => :'FillFormat',
|
111
|
-
:'border_top' => :'BorderTop',
|
112
|
-
:'border_right' => :'BorderRight',
|
113
|
-
:'border_left' => :'BorderLeft',
|
114
|
-
:'border_bottom' => :'BorderBottom',
|
115
|
-
:'border_diagonal_up' => :'BorderDiagonalUp',
|
116
|
-
:'border_diagonal_down' => :'BorderDiagonalDown'
|
117
|
-
}
|
118
|
-
end
|
119
|
-
|
120
|
-
# Attribute type mapping.
|
121
|
-
def self.swagger_types
|
122
|
-
{
|
123
|
-
:'text' => :'String',
|
124
|
-
:'row_span' => :'Integer',
|
125
|
-
:'col_span' => :'Integer',
|
126
|
-
:'margin_top' => :'Float',
|
127
|
-
:'margin_right' => :'Float',
|
128
|
-
:'margin_left' => :'Float',
|
129
|
-
:'margin_bottom' => :'Float',
|
130
|
-
:'text_anchor_type' => :'String',
|
131
|
-
:'text_vertical_type' => :'String',
|
132
|
-
:'fill_format' => :'FillFormat',
|
133
|
-
:'border_top' => :'LineFormat',
|
134
|
-
:'border_right' => :'LineFormat',
|
135
|
-
:'border_left' => :'LineFormat',
|
136
|
-
:'border_bottom' => :'LineFormat',
|
137
|
-
:'border_diagonal_up' => :'LineFormat',
|
138
|
-
:'border_diagonal_down' => :'LineFormat'
|
139
|
-
}
|
140
|
-
end
|
141
|
-
|
142
|
-
# Initializes the object
|
143
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
144
|
-
def initialize(attributes = {})
|
145
|
-
return unless attributes.is_a?(Hash)
|
146
|
-
|
147
|
-
# convert string to symbol for hash key
|
148
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
149
|
-
|
150
|
-
if attributes.has_key?(:'Text')
|
151
|
-
self.text = attributes[:'Text']
|
152
|
-
end
|
153
|
-
|
154
|
-
if attributes.has_key?(:'RowSpan')
|
155
|
-
self.row_span = attributes[:'RowSpan']
|
156
|
-
end
|
157
|
-
|
158
|
-
if attributes.has_key?(:'ColSpan')
|
159
|
-
self.col_span = attributes[:'ColSpan']
|
160
|
-
end
|
161
|
-
|
162
|
-
if attributes.has_key?(:'MarginTop')
|
163
|
-
self.margin_top = attributes[:'MarginTop']
|
164
|
-
end
|
165
|
-
|
166
|
-
if attributes.has_key?(:'MarginRight')
|
167
|
-
self.margin_right = attributes[:'MarginRight']
|
168
|
-
end
|
169
|
-
|
170
|
-
if attributes.has_key?(:'MarginLeft')
|
171
|
-
self.margin_left = attributes[:'MarginLeft']
|
172
|
-
end
|
173
|
-
|
174
|
-
if attributes.has_key?(:'MarginBottom')
|
175
|
-
self.margin_bottom = attributes[:'MarginBottom']
|
176
|
-
end
|
177
|
-
|
178
|
-
if attributes.has_key?(:'TextAnchorType')
|
179
|
-
self.text_anchor_type = attributes[:'TextAnchorType']
|
180
|
-
end
|
181
|
-
|
182
|
-
if attributes.has_key?(:'TextVerticalType')
|
183
|
-
self.text_vertical_type = attributes[:'TextVerticalType']
|
184
|
-
end
|
185
|
-
|
186
|
-
if attributes.has_key?(:'FillFormat')
|
187
|
-
self.fill_format = attributes[:'FillFormat']
|
188
|
-
end
|
189
|
-
|
190
|
-
if attributes.has_key?(:'BorderTop')
|
191
|
-
self.border_top = attributes[:'BorderTop']
|
192
|
-
end
|
193
|
-
|
194
|
-
if attributes.has_key?(:'BorderRight')
|
195
|
-
self.border_right = attributes[:'BorderRight']
|
196
|
-
end
|
197
|
-
|
198
|
-
if attributes.has_key?(:'BorderLeft')
|
199
|
-
self.border_left = attributes[:'BorderLeft']
|
200
|
-
end
|
201
|
-
|
202
|
-
if attributes.has_key?(:'BorderBottom')
|
203
|
-
self.border_bottom = attributes[:'BorderBottom']
|
204
|
-
end
|
205
|
-
|
206
|
-
if attributes.has_key?(:'BorderDiagonalUp')
|
207
|
-
self.border_diagonal_up = attributes[:'BorderDiagonalUp']
|
208
|
-
end
|
209
|
-
|
210
|
-
if attributes.has_key?(:'BorderDiagonalDown')
|
211
|
-
self.border_diagonal_down = attributes[:'BorderDiagonalDown']
|
212
|
-
end
|
213
|
-
end
|
214
|
-
|
215
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
216
|
-
# @return Array for valid properties with the reasons
|
217
|
-
def list_invalid_properties
|
218
|
-
invalid_properties = Array.new
|
219
|
-
invalid_properties
|
220
|
-
end
|
221
|
-
|
222
|
-
# Check to see if the all the properties in the model are valid
|
223
|
-
# @return true if the model is valid
|
224
|
-
def valid?
|
225
|
-
text_anchor_type_validator = EnumAttributeValidator.new('String', ['Top', 'Center', 'Bottom', 'Justified', 'Distributed', 'NotDefined'])
|
226
|
-
return false unless text_anchor_type_validator.valid?(@text_anchor_type)
|
227
|
-
text_vertical_type_validator = EnumAttributeValidator.new('String', ['Horizontal', 'Vertical', 'Vertical270', 'WordArtVertical', 'EastAsianVertical', 'MongolianVertical', 'WordArtVerticalRightToLeft', 'NotDefined'])
|
228
|
-
return false unless text_vertical_type_validator.valid?(@text_vertical_type)
|
229
|
-
true
|
230
|
-
end
|
231
|
-
|
232
|
-
# Custom attribute writer method checking allowed values (enum).
|
233
|
-
# @param [Object] text_anchor_type Object to be assigned
|
234
|
-
def text_anchor_type=(text_anchor_type)
|
235
|
-
validator = EnumAttributeValidator.new('String', ['Top', 'Center', 'Bottom', 'Justified', 'Distributed', 'NotDefined'])
|
236
|
-
unless validator.valid?(text_anchor_type)
|
237
|
-
fail ArgumentError, 'invalid value for "text_anchor_type", must be one of #{validator.allowable_values}.'
|
238
|
-
end
|
239
|
-
@text_anchor_type = text_anchor_type
|
240
|
-
end
|
241
|
-
|
242
|
-
# Custom attribute writer method checking allowed values (enum).
|
243
|
-
# @param [Object] text_vertical_type Object to be assigned
|
244
|
-
def text_vertical_type=(text_vertical_type)
|
245
|
-
validator = EnumAttributeValidator.new('String', ['Horizontal', 'Vertical', 'Vertical270', 'WordArtVertical', 'EastAsianVertical', 'MongolianVertical', 'WordArtVerticalRightToLeft', 'NotDefined'])
|
246
|
-
unless validator.valid?(text_vertical_type)
|
247
|
-
fail ArgumentError, 'invalid value for "text_vertical_type", must be one of #{validator.allowable_values}.'
|
248
|
-
end
|
249
|
-
@text_vertical_type = text_vertical_type
|
250
|
-
end
|
251
|
-
|
252
|
-
# Checks equality by comparing each attribute.
|
253
|
-
# @param [Object] Object to be compared
|
254
|
-
def ==(o)
|
255
|
-
return true if self.equal?(o)
|
256
|
-
self.class == o.class &&
|
257
|
-
text == o.text &&
|
258
|
-
row_span == o.row_span &&
|
259
|
-
col_span == o.col_span &&
|
260
|
-
margin_top == o.margin_top &&
|
261
|
-
margin_right == o.margin_right &&
|
262
|
-
margin_left == o.margin_left &&
|
263
|
-
margin_bottom == o.margin_bottom &&
|
264
|
-
text_anchor_type == o.text_anchor_type &&
|
265
|
-
text_vertical_type == o.text_vertical_type &&
|
266
|
-
fill_format == o.fill_format &&
|
267
|
-
border_top == o.border_top &&
|
268
|
-
border_right == o.border_right &&
|
269
|
-
border_left == o.border_left &&
|
270
|
-
border_bottom == o.border_bottom &&
|
271
|
-
border_diagonal_up == o.border_diagonal_up &&
|
272
|
-
border_diagonal_down == o.border_diagonal_down
|
273
|
-
end
|
274
|
-
|
275
|
-
# @see the `==` method
|
276
|
-
# @param [Object] Object to be compared
|
277
|
-
def eql?(o)
|
278
|
-
self == o
|
279
|
-
end
|
280
|
-
|
281
|
-
# Calculates hash code according to all attributes.
|
282
|
-
# @return [Fixnum] Hash code
|
283
|
-
def hash
|
284
|
-
[text, row_span, col_span, margin_top, margin_right, margin_left, margin_bottom, text_anchor_type, text_vertical_type, fill_format, border_top, border_right, border_left, border_bottom, border_diagonal_up, border_diagonal_down].hash
|
285
|
-
end
|
286
|
-
|
287
|
-
# Builds the object from hash
|
288
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
289
|
-
# @return [Object] Returns the model itself
|
290
|
-
def build_from_hash(attributes)
|
291
|
-
return nil unless attributes.is_a?(Hash)
|
292
|
-
self.class.swagger_types.each_pair do |key, type|
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
if
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
when :
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
value.
|
335
|
-
when
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
end
|
360
|
-
|
361
|
-
# Returns the
|
362
|
-
# @return [
|
363
|
-
def
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
end
|
372
|
-
|
373
|
-
#
|
374
|
-
#
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
value.
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
1
|
+
=begin
|
2
|
+
Copyright (c) 2019 Aspose Pty Ltd
|
3
|
+
|
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
|
+
|
11
|
+
The above copyright notice and this permission notice shall be included in all
|
12
|
+
copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20
|
+
SOFTWARE.
|
21
|
+
=end
|
22
|
+
|
23
|
+
require 'date'
|
24
|
+
|
25
|
+
module AsposeSlidesCloud
|
26
|
+
# Represents one cell of table.
|
27
|
+
class TableCell
|
28
|
+
# Cell text.
|
29
|
+
attr_accessor :text
|
30
|
+
|
31
|
+
# The number of rows spanned by a merged cell.
|
32
|
+
attr_accessor :row_span
|
33
|
+
|
34
|
+
# The number of columns spanned by a merged cell.
|
35
|
+
attr_accessor :col_span
|
36
|
+
|
37
|
+
# The top margin of the cell.
|
38
|
+
attr_accessor :margin_top
|
39
|
+
|
40
|
+
# The right margin of the cell.
|
41
|
+
attr_accessor :margin_right
|
42
|
+
|
43
|
+
# The left margin of the cell.
|
44
|
+
attr_accessor :margin_left
|
45
|
+
|
46
|
+
# The bottom margin of the cell.
|
47
|
+
attr_accessor :margin_bottom
|
48
|
+
|
49
|
+
# Text anchor type.
|
50
|
+
attr_accessor :text_anchor_type
|
51
|
+
|
52
|
+
# The type of vertical text.
|
53
|
+
attr_accessor :text_vertical_type
|
54
|
+
|
55
|
+
# Fill properties set of the cell.
|
56
|
+
attr_accessor :fill_format
|
57
|
+
|
58
|
+
# Line properties set for the top border of the cell.
|
59
|
+
attr_accessor :border_top
|
60
|
+
|
61
|
+
# Line properties set for the right border of the cell.
|
62
|
+
attr_accessor :border_right
|
63
|
+
|
64
|
+
# Line properties set for the left border of the cell.
|
65
|
+
attr_accessor :border_left
|
66
|
+
|
67
|
+
# Line properties set for the bottom border of the cell.
|
68
|
+
attr_accessor :border_bottom
|
69
|
+
|
70
|
+
# Line properties set for the diagonal up border of the cell.
|
71
|
+
attr_accessor :border_diagonal_up
|
72
|
+
|
73
|
+
# Line properties set for the diagonal down border of the cell.
|
74
|
+
attr_accessor :border_diagonal_down
|
75
|
+
|
76
|
+
class EnumAttributeValidator
|
77
|
+
attr_reader :datatype
|
78
|
+
attr_reader :allowable_values
|
79
|
+
|
80
|
+
def initialize(datatype, allowable_values)
|
81
|
+
@allowable_values = allowable_values.map do |value|
|
82
|
+
case datatype.to_s
|
83
|
+
when /Integer/i
|
84
|
+
value.to_i
|
85
|
+
when /Float/i
|
86
|
+
value.to_f
|
87
|
+
else
|
88
|
+
value
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
|
93
|
+
def valid?(value)
|
94
|
+
!value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
99
|
+
def self.attribute_map
|
100
|
+
{
|
101
|
+
:'text' => :'Text',
|
102
|
+
:'row_span' => :'RowSpan',
|
103
|
+
:'col_span' => :'ColSpan',
|
104
|
+
:'margin_top' => :'MarginTop',
|
105
|
+
:'margin_right' => :'MarginRight',
|
106
|
+
:'margin_left' => :'MarginLeft',
|
107
|
+
:'margin_bottom' => :'MarginBottom',
|
108
|
+
:'text_anchor_type' => :'TextAnchorType',
|
109
|
+
:'text_vertical_type' => :'TextVerticalType',
|
110
|
+
:'fill_format' => :'FillFormat',
|
111
|
+
:'border_top' => :'BorderTop',
|
112
|
+
:'border_right' => :'BorderRight',
|
113
|
+
:'border_left' => :'BorderLeft',
|
114
|
+
:'border_bottom' => :'BorderBottom',
|
115
|
+
:'border_diagonal_up' => :'BorderDiagonalUp',
|
116
|
+
:'border_diagonal_down' => :'BorderDiagonalDown',
|
117
|
+
}
|
118
|
+
end
|
119
|
+
|
120
|
+
# Attribute type mapping.
|
121
|
+
def self.swagger_types
|
122
|
+
{
|
123
|
+
:'text' => :'String',
|
124
|
+
:'row_span' => :'Integer',
|
125
|
+
:'col_span' => :'Integer',
|
126
|
+
:'margin_top' => :'Float',
|
127
|
+
:'margin_right' => :'Float',
|
128
|
+
:'margin_left' => :'Float',
|
129
|
+
:'margin_bottom' => :'Float',
|
130
|
+
:'text_anchor_type' => :'String',
|
131
|
+
:'text_vertical_type' => :'String',
|
132
|
+
:'fill_format' => :'FillFormat',
|
133
|
+
:'border_top' => :'LineFormat',
|
134
|
+
:'border_right' => :'LineFormat',
|
135
|
+
:'border_left' => :'LineFormat',
|
136
|
+
:'border_bottom' => :'LineFormat',
|
137
|
+
:'border_diagonal_up' => :'LineFormat',
|
138
|
+
:'border_diagonal_down' => :'LineFormat',
|
139
|
+
}
|
140
|
+
end
|
141
|
+
|
142
|
+
# Initializes the object
|
143
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
144
|
+
def initialize(attributes = {})
|
145
|
+
return unless attributes.is_a?(Hash)
|
146
|
+
|
147
|
+
# convert string to symbol for hash key
|
148
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
149
|
+
|
150
|
+
if attributes.has_key?(:'Text')
|
151
|
+
self.text = attributes[:'Text']
|
152
|
+
end
|
153
|
+
|
154
|
+
if attributes.has_key?(:'RowSpan')
|
155
|
+
self.row_span = attributes[:'RowSpan']
|
156
|
+
end
|
157
|
+
|
158
|
+
if attributes.has_key?(:'ColSpan')
|
159
|
+
self.col_span = attributes[:'ColSpan']
|
160
|
+
end
|
161
|
+
|
162
|
+
if attributes.has_key?(:'MarginTop')
|
163
|
+
self.margin_top = attributes[:'MarginTop']
|
164
|
+
end
|
165
|
+
|
166
|
+
if attributes.has_key?(:'MarginRight')
|
167
|
+
self.margin_right = attributes[:'MarginRight']
|
168
|
+
end
|
169
|
+
|
170
|
+
if attributes.has_key?(:'MarginLeft')
|
171
|
+
self.margin_left = attributes[:'MarginLeft']
|
172
|
+
end
|
173
|
+
|
174
|
+
if attributes.has_key?(:'MarginBottom')
|
175
|
+
self.margin_bottom = attributes[:'MarginBottom']
|
176
|
+
end
|
177
|
+
|
178
|
+
if attributes.has_key?(:'TextAnchorType')
|
179
|
+
self.text_anchor_type = attributes[:'TextAnchorType']
|
180
|
+
end
|
181
|
+
|
182
|
+
if attributes.has_key?(:'TextVerticalType')
|
183
|
+
self.text_vertical_type = attributes[:'TextVerticalType']
|
184
|
+
end
|
185
|
+
|
186
|
+
if attributes.has_key?(:'FillFormat')
|
187
|
+
self.fill_format = attributes[:'FillFormat']
|
188
|
+
end
|
189
|
+
|
190
|
+
if attributes.has_key?(:'BorderTop')
|
191
|
+
self.border_top = attributes[:'BorderTop']
|
192
|
+
end
|
193
|
+
|
194
|
+
if attributes.has_key?(:'BorderRight')
|
195
|
+
self.border_right = attributes[:'BorderRight']
|
196
|
+
end
|
197
|
+
|
198
|
+
if attributes.has_key?(:'BorderLeft')
|
199
|
+
self.border_left = attributes[:'BorderLeft']
|
200
|
+
end
|
201
|
+
|
202
|
+
if attributes.has_key?(:'BorderBottom')
|
203
|
+
self.border_bottom = attributes[:'BorderBottom']
|
204
|
+
end
|
205
|
+
|
206
|
+
if attributes.has_key?(:'BorderDiagonalUp')
|
207
|
+
self.border_diagonal_up = attributes[:'BorderDiagonalUp']
|
208
|
+
end
|
209
|
+
|
210
|
+
if attributes.has_key?(:'BorderDiagonalDown')
|
211
|
+
self.border_diagonal_down = attributes[:'BorderDiagonalDown']
|
212
|
+
end
|
213
|
+
end
|
214
|
+
|
215
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
216
|
+
# @return Array for valid properties with the reasons
|
217
|
+
def list_invalid_properties
|
218
|
+
invalid_properties = Array.new
|
219
|
+
invalid_properties
|
220
|
+
end
|
221
|
+
|
222
|
+
# Check to see if the all the properties in the model are valid
|
223
|
+
# @return true if the model is valid
|
224
|
+
def valid?
|
225
|
+
text_anchor_type_validator = EnumAttributeValidator.new('String', ['Top', 'Center', 'Bottom', 'Justified', 'Distributed', 'NotDefined'])
|
226
|
+
return false unless text_anchor_type_validator.valid?(@text_anchor_type)
|
227
|
+
text_vertical_type_validator = EnumAttributeValidator.new('String', ['Horizontal', 'Vertical', 'Vertical270', 'WordArtVertical', 'EastAsianVertical', 'MongolianVertical', 'WordArtVerticalRightToLeft', 'NotDefined'])
|
228
|
+
return false unless text_vertical_type_validator.valid?(@text_vertical_type)
|
229
|
+
true
|
230
|
+
end
|
231
|
+
|
232
|
+
# Custom attribute writer method checking allowed values (enum).
|
233
|
+
# @param [Object] text_anchor_type Object to be assigned
|
234
|
+
def text_anchor_type=(text_anchor_type)
|
235
|
+
validator = EnumAttributeValidator.new('String', ['Top', 'Center', 'Bottom', 'Justified', 'Distributed', 'NotDefined'])
|
236
|
+
unless validator.valid?(text_anchor_type)
|
237
|
+
fail ArgumentError, 'invalid value for "text_anchor_type", must be one of #{validator.allowable_values}.'
|
238
|
+
end
|
239
|
+
@text_anchor_type = text_anchor_type
|
240
|
+
end
|
241
|
+
|
242
|
+
# Custom attribute writer method checking allowed values (enum).
|
243
|
+
# @param [Object] text_vertical_type Object to be assigned
|
244
|
+
def text_vertical_type=(text_vertical_type)
|
245
|
+
validator = EnumAttributeValidator.new('String', ['Horizontal', 'Vertical', 'Vertical270', 'WordArtVertical', 'EastAsianVertical', 'MongolianVertical', 'WordArtVerticalRightToLeft', 'NotDefined'])
|
246
|
+
unless validator.valid?(text_vertical_type)
|
247
|
+
fail ArgumentError, 'invalid value for "text_vertical_type", must be one of #{validator.allowable_values}.'
|
248
|
+
end
|
249
|
+
@text_vertical_type = text_vertical_type
|
250
|
+
end
|
251
|
+
|
252
|
+
# Checks equality by comparing each attribute.
|
253
|
+
# @param [Object] Object to be compared
|
254
|
+
def ==(o)
|
255
|
+
return true if self.equal?(o)
|
256
|
+
self.class == o.class &&
|
257
|
+
text == o.text &&
|
258
|
+
row_span == o.row_span &&
|
259
|
+
col_span == o.col_span &&
|
260
|
+
margin_top == o.margin_top &&
|
261
|
+
margin_right == o.margin_right &&
|
262
|
+
margin_left == o.margin_left &&
|
263
|
+
margin_bottom == o.margin_bottom &&
|
264
|
+
text_anchor_type == o.text_anchor_type &&
|
265
|
+
text_vertical_type == o.text_vertical_type &&
|
266
|
+
fill_format == o.fill_format &&
|
267
|
+
border_top == o.border_top &&
|
268
|
+
border_right == o.border_right &&
|
269
|
+
border_left == o.border_left &&
|
270
|
+
border_bottom == o.border_bottom &&
|
271
|
+
border_diagonal_up == o.border_diagonal_up &&
|
272
|
+
border_diagonal_down == o.border_diagonal_down
|
273
|
+
end
|
274
|
+
|
275
|
+
# @see the `==` method
|
276
|
+
# @param [Object] Object to be compared
|
277
|
+
def eql?(o)
|
278
|
+
self == o
|
279
|
+
end
|
280
|
+
|
281
|
+
# Calculates hash code according to all attributes.
|
282
|
+
# @return [Fixnum] Hash code
|
283
|
+
def hash
|
284
|
+
[text, row_span, col_span, margin_top, margin_right, margin_left, margin_bottom, text_anchor_type, text_vertical_type, fill_format, border_top, border_right, border_left, border_bottom, border_diagonal_up, border_diagonal_down].hash
|
285
|
+
end
|
286
|
+
|
287
|
+
# Builds the object from hash
|
288
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
289
|
+
# @return [Object] Returns the model itself
|
290
|
+
def build_from_hash(attributes)
|
291
|
+
return nil unless attributes.is_a?(Hash)
|
292
|
+
self.class.swagger_types.each_pair do |key, type|
|
293
|
+
mapKey = self.class.attribute_map[key]
|
294
|
+
if !mapKey.nil?
|
295
|
+
val = attributes[mapKey]
|
296
|
+
if val.nil?
|
297
|
+
mapKeyString = mapKey.to_s
|
298
|
+
mapKeyString[0] = mapKeyString[0].downcase
|
299
|
+
mapKey = mapKeyString.to_sym
|
300
|
+
val = attributes[mapKey]
|
301
|
+
end
|
302
|
+
if !val.nil?
|
303
|
+
if type =~ /\AArray<(.*)>/i
|
304
|
+
# check to ensure the input is an array given that the the attribute
|
305
|
+
# is documented as an array but the input is not
|
306
|
+
if val.is_a?(Array)
|
307
|
+
self.send("#{key}=", val.map { |v| _deserialize($1, v) })
|
308
|
+
end
|
309
|
+
else
|
310
|
+
self.send("#{key}=", _deserialize(type, val))
|
311
|
+
end
|
312
|
+
end
|
313
|
+
end
|
314
|
+
end
|
315
|
+
|
316
|
+
self
|
317
|
+
end
|
318
|
+
|
319
|
+
# Deserializes the data based on type
|
320
|
+
# @param string type Data type
|
321
|
+
# @param string value Value to be deserialized
|
322
|
+
# @return [Object] Deserialized data
|
323
|
+
def _deserialize(type, value)
|
324
|
+
case type.to_sym
|
325
|
+
when :DateTime
|
326
|
+
DateTime.parse(value)
|
327
|
+
when :Date
|
328
|
+
Date.parse(value)
|
329
|
+
when :String
|
330
|
+
value.to_s
|
331
|
+
when :Integer
|
332
|
+
value.to_i
|
333
|
+
when :Float
|
334
|
+
value.to_f
|
335
|
+
when :BOOLEAN
|
336
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
337
|
+
true
|
338
|
+
else
|
339
|
+
false
|
340
|
+
end
|
341
|
+
when :Object
|
342
|
+
# generic object (usually a Hash), return directly
|
343
|
+
value
|
344
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
345
|
+
inner_type = Regexp.last_match[:inner_type]
|
346
|
+
value.map { |v| _deserialize(inner_type, v) }
|
347
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
348
|
+
k_type = Regexp.last_match[:k_type]
|
349
|
+
v_type = Regexp.last_match[:v_type]
|
350
|
+
{}.tap do |hash|
|
351
|
+
value.each do |k, v|
|
352
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
353
|
+
end
|
354
|
+
end
|
355
|
+
else # model
|
356
|
+
temp_model = AsposeSlidesCloud.const_get(type).new
|
357
|
+
temp_model.build_from_hash(value)
|
358
|
+
end
|
359
|
+
end
|
360
|
+
|
361
|
+
# Returns the string representation of the object
|
362
|
+
# @return [String] String presentation of the object
|
363
|
+
def to_s
|
364
|
+
to_hash.to_s
|
365
|
+
end
|
366
|
+
|
367
|
+
# to_body is an alias to to_hash (backward compatibility)
|
368
|
+
# @return [Hash] Returns the object in the form of hash
|
369
|
+
def to_body
|
370
|
+
to_hash
|
371
|
+
end
|
372
|
+
|
373
|
+
# Returns the object in the form of hash
|
374
|
+
# @return [Hash] Returns the object in the form of hash
|
375
|
+
def to_hash
|
376
|
+
hash = {}
|
377
|
+
self.class.attribute_map.each_pair do |attr, param|
|
378
|
+
value = self.send(attr)
|
379
|
+
next if value.nil?
|
380
|
+
hash[param] = _to_hash(value)
|
381
|
+
end
|
382
|
+
hash
|
383
|
+
end
|
384
|
+
|
385
|
+
# Outputs non-array value in the form of hash
|
386
|
+
# For object, use to_hash. Otherwise, just return the value
|
387
|
+
# @param [Object] value Any valid value
|
388
|
+
# @return [Hash] Returns the value in the form of hash
|
389
|
+
def _to_hash(value)
|
390
|
+
if value.is_a?(Array)
|
391
|
+
value.compact.map { |v| _to_hash(v) }
|
392
|
+
elsif value.is_a?(Hash)
|
393
|
+
{}.tap do |hash|
|
394
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
395
|
+
end
|
396
|
+
elsif value.respond_to? :to_hash
|
397
|
+
value.to_hash
|
398
|
+
else
|
399
|
+
value
|
400
|
+
end
|
401
|
+
end
|
402
|
+
end
|
403
|
+
end
|