Method: Plaid::EmploymentVerification#hash

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

#hashInteger

Calculates hash code according to all attributes.



169
170
171
# File 'lib/plaid/models/employment_verification.rb', line 169

def hash
  [status, start_date, end_date, employer, title, platform_ids].hash
end