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



234
235
236
# File 'lib/ory-client/models/normalized_project.rb', line 234

def hash
  [created_at, current_revision, hosts, id, slug, state, subscription_id, updated_at].hash
end