Method: TalonOne::MultipleAttribute#hash

Defined in:
lib/talon_one/models/multiple_attribute.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



90
91
92
# File 'lib/talon_one/models/multiple_attribute.rb', line 90

def hash
  [attributes].hash
end