Method: OryClient::UiNodeTextAttributes#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



197
198
199
# File 'lib/ory-client/models/ui_node_text_attributes.rb', line 197

def hash
  [id, node_type, text].hash
end