Method: PulpcoreClient::GroupRole#hash
- Defined in:
- lib/pulpcore_client/models/group_role.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
150 151 152 |
# File 'lib/pulpcore_client/models/group_role.rb', line 150 def hash [role, content_object, domain].hash end |