Method: OryClient::ProjectApiKey#hash

Defined in:
lib/ory-client/models/project_api_key.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



150
151
152
# File 'lib/ory-client/models/project_api_key.rb', line 150

def hash
  [id, name, owner_id, project_id, value].hash
end