Method: AsposeCellsCloud::CustomParserConfig.attribute_map
- Defined in:
- lib/aspose_cells_cloud/models/custom_parser_config.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
42 43 44 45 46 47 48 |
# File 'lib/aspose_cells_cloud/models/custom_parser_config.rb', line 42 def self.attribute_map { :'column_index' => :'ColumnIndex', :'parse_method' => :'ParseMethod', :'custom_style' => :'CustomStyle' } end |