Method: OryClient::ProjectMetadata#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



240
241
242
# File 'lib/ory-client/models/project_metadata.rb', line 240

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