Method: Plaid::W2Box12#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



108
109
110
# File 'lib/plaid/models/w2_box12.rb', line 108

def hash
  [code, amount].hash
end