Method: OryClient::SettingsFlow#hash
- Defined in:
- lib/ory-client/models/settings_flow.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
223 224 225 |
# File 'lib/ory-client/models/settings_flow.rb', line 223 def hash [active, expires_at, id, identity, issued_at, request_url, return_to, state, type, ui].hash end |