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