Method: MxPlatformRuby::UserResponse#hash
- Defined in:
- lib/mx-platform-ruby/models/user_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
135 136 137 |
# File 'lib/mx-platform-ruby/models/user_response.rb', line 135 def hash [email, guid, id, is_disabled, ].hash end |