Method: Harbor1Client::UserProfile#hash
- Defined in:
- lib/harbor1_client/models/user_profile.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
96 97 98 |
# File 'lib/harbor1_client/models/user_profile.rb', line 96 def hash [email, realname, comment].hash end |