Method: Plaid::EmploymentVerification#hash
- Defined in:
- lib/plaid/models/employment_verification.rb
#hash ⇒ Integer
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 |