Method: Harbor1Client::UserGroup#hash
- Defined in:
- lib/harbor1_client/models/user_group.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
106 107 108 |
# File 'lib/harbor1_client/models/user_group.rb', line 106 def hash [id, group_name, group_type, ldap_group_dn].hash end |