Method: FuseClient::Entity#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



130
131
132
# File 'lib/fuse_client/models/entity.rb', line 130

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