Method: OryClient::NormalizedProject#hash
- Defined in:
- lib/ory-client/models/normalized_project.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |