Method: FuseClient::CreateEntityResponse#hash

Defined in:
lib/fuse_client/models/create_entity_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



143
144
145
# File 'lib/fuse_client/models/create_entity_response.rb', line 143

def hash
  [id, email, aggregators, institution_ids].hash
end