Method: OryClient::ExpandedPermissionTree#hash
- Defined in:
- lib/ory-client/models/expanded_permission_tree.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
165 166 167 |
# File 'lib/ory-client/models/expanded_permission_tree.rb', line 165 def hash [children, tuple, type].hash end |