Method: OryClient::NormalizedProject#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



405
406
407
# File 'lib/ory-client/models/normalized_project.rb', line 405

def hash
  [created_at, current_revision, environment, home_region, hosts, id, slug, state, subscription_id, subscription_plan, updated_at, workspace, workspace_id].hash
end