Method: OryClient::ExpandedPermissionTree#hash

Defined in:
lib/ory-client/models/expanded_permission_tree.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



155
156
157
# File 'lib/ory-client/models/expanded_permission_tree.rb', line 155

def hash
  [children, tuple, type].hash
end