Method: TalonOne::MultipleAttribute#hash
- Defined in:
- lib/talon_one/models/multiple_attribute.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
90 91 92 |
# File 'lib/talon_one/models/multiple_attribute.rb', line 90 def hash [attributes].hash end |