Method: OryClient::ProjectServices#hash
- Defined in:
- lib/ory-client/models/project_services.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/ory-client/models/project_services.rb', line 112 def hash [identity, oauth2, ].hash end |