Method: OpenapiClient::FullData#hash

Defined in:
lib/openapi_client/models/full_data.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



133
134
135
# File 'lib/openapi_client/models/full_data.rb', line 133

def hash
  [users, roles, condition_set_rules].hash
end