Method: Plaid::UserCreateResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



136
137
138
# File 'lib/plaid/models/user_create_response.rb', line 136

def hash
  [user_token, user_id, request_id, identity_creation_result].hash
end