Method: AsposeCellsCloud::CustomParserConfig#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • Hash code



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