Method: TalonOne::UpdateCollection#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



101
102
103
# File 'lib/talon_one/models/update_collection.rb', line 101

def hash
  [description, subscribed_applications_ids].hash
end