Method: FuseClient::FuseApiErrorData#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



127
128
129
# File 'lib/fuse_client/models/fuse_api_error_data.rb', line 127

def hash
  [aggregator, errors].hash
end