Method: OryClient::WorkspaceApiKey#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



223
224
225
# File 'lib/ory-client/models/workspace_api_key.rb', line 223

def hash
  [created_at, expires_at, id, name, owner_id, updated_at, value, workspace_id].hash
end