Method: FuseClient::FuseApiAggregatorError#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



144
145
146
# File 'lib/fuse_client/models/fuse_api_aggregator_error.rb', line 144

def hash
  [request_id, title, details, code, type, path].hash
end