Method: AsposeCellsCloud::ConvertWorkbookOptions#valid?
- Defined in:
- lib/aspose_cells_cloud/models/convert_workbook_options.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aspose_cells_cloud/models/convert_workbook_options.rb', line 138 def valid? return false if @name.nil? return false if @data_source.nil? return false if @file_info.nil? return false if @page_setup.nil? return false if @save_options.nil? return false if @convert_format.nil? return false if @check_excel_restriction.nil? return true end |