Method: MxPlatformRuby::UserCreateRequest#hash
- Defined in:
- lib/mx-platform-ruby/models/user_create_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
121 122 123 |
# File 'lib/mx-platform-ruby/models/user_create_request.rb', line 121 def hash [email, id, is_disabled, ].hash end |