Method: Plaid::MFA#hash
- Defined in:
- lib/plaid/models/mfa.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |