Method: AsposeCellsCloud::GoogleDriveStorageFile#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



160
161
162
# File 'lib/aspose_cells_cloud/models/google_drive_storage_file.rb', line 160

def hash
  [ mime_type , name , is_folder , modified_date , size , path ].hash
end