Method: OryClient::ProjectServices#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



112
113
114
# File 'lib/ory-client/models/project_services.rb', line 112

def hash
  [identity, oauth2, permission].hash
end