Method: AsposeCellsCloud::CustomParserConfig.swagger_types
- Defined in:
- lib/aspose_cells_cloud/models/custom_parser_config.rb
.swagger_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 |
# File 'lib/aspose_cells_cloud/models/custom_parser_config.rb', line 51 def self.swagger_types { :'column_index' => :'Integer', :'parse_method' => :'String', :'custom_style' => :'String' } end |