Method: AsposeCellsCloud::CustomParserConfig#valid?

Defined in:
lib/aspose_cells_cloud/models/custom_parser_config.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



98
99
100
101
102
103
# File 'lib/aspose_cells_cloud/models/custom_parser_config.rb', line 98

def valid?
  return false if @column_index.nil?
  return false if @parse_method.nil?
  return false if @custom_style.nil?
  return true
end