Method: FuseClient::Entity#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



120
121
122
# File 'lib/fuse_client/models/entity.rb', line 120

def hash
  [id, name, email].hash
end