Method: AsposeCellsCloud::CustomParserConfig#hash
- Defined in:
- lib/aspose_cells_cloud/models/custom_parser_config.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
124 125 126 |
# File 'lib/aspose_cells_cloud/models/custom_parser_config.rb', line 124 def hash [ column_index , parse_method , custom_style ].hash end |