Method: OryClient::UiContainer#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



143
144
145
# File 'lib/ory-client/models/ui_container.rb', line 143

def hash
  [action, messages, method, nodes].hash
end