Method: AsposeCellsCloud::CombinationSourceData#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



172
173
174
# File 'lib/aspose_cells_cloud/models/combination_source_data.rb', line 172

def hash
  [ tag , data_source , file_info , worksheet , table_name , cell_area , has_header ].hash
end