Method: TransferZero::AccountValidationRequest#hash
- Defined in:
- lib/transferzero-sdk/models/account_validation_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
206 207 208 |
# File 'lib/transferzero-sdk/models/account_validation_request.rb', line 206 def hash [bank_account, bank_code, phone_number, country, currency, method].hash end |