Method: SubskribeDevClient::UserInput#hash
- Defined in:
- lib/subskribe_dev/models/user_input.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
195 196 197 |
# File 'lib/subskribe_dev/models/user_input.rb', line 195 def hash [id, display_name, title, email, phone_number, state, role, sso_only, entity_ids].hash end |