Method: TransferZero::AccountValidationRequest#hash

Defined in:
lib/transferzero-sdk/models/account_validation_request.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



206
207
208
# File 'lib/transferzero-sdk/models/account_validation_request.rb', line 206

def hash
  [, bank_code, phone_number, country, currency, method].hash
end