Method: OryClient::UiText#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



173
174
175
# File 'lib/ory-client/models/ui_text.rb', line 173

def hash
  [context, id, text, type].hash
end