Method: PulpcoreClient::AccessPolicy#hash

Defined in:
lib/pulpcore_client/models/access_policy.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



131
132
133
# File 'lib/pulpcore_client/models/access_policy.rb', line 131

def hash
  [permissions_assignment, creation_hooks, statements, queryset_scoping].hash
end