Method: OryClient::UiText#hash
- Defined in:
- lib/ory-client/models/ui_text.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
173 174 175 |
# File 'lib/ory-client/models/ui_text.rb', line 173 def hash [context, id, text, type].hash end |