Method: Plaid::MFA#hash

Defined in:
lib/plaid/models/mfa.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



161
162
163
# File 'lib/plaid/models/mfa.rb', line 161

def hash
  [type, question_rounds, questions_per_round, selection_rounds, selections_per_question].hash
end