Method: Harbor1Client::UserProfile#hash

Defined in:
lib/harbor1_client/models/user_profile.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



96
97
98
# File 'lib/harbor1_client/models/user_profile.rb', line 96

def hash
  [email, realname, comment].hash
end