Method: OryClient::SettingsFlow#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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