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



181
182
183
# File 'lib/ory-client/models/ui_text.rb', line 181

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