Method: MxPlatformRuby::UserResponse#hash

Defined in:
lib/mx-platform-ruby/models/user_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



135
136
137
# File 'lib/mx-platform-ruby/models/user_response.rb', line 135

def hash
  [email, guid, id, is_disabled, ].hash
end