Method: OryClient::ContinueWithVerificationUi#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



149
150
151
# File 'lib/ory-client/models/continue_with_verification_ui.rb', line 149

def hash
  [action, flow].hash
end