Method: OryClient::UiNode#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



206
207
208
# File 'lib/ory-client/models/ui_node.rb', line 206

def hash
  [attributes, group, messages, meta, type].hash
end