Method: Trulioo::Consent#hash

Defined in:
lib/trulioo_sdk/models/consent.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



112
113
114
# File 'lib/trulioo_sdk/models/consent.rb', line 112

def hash
  [name, text, url].hash
end