Method: OryClient::UiContainer#==
- Defined in:
- lib/ory-client/models/ui_container.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
126 127 128 129 130 131 132 133 |
# File 'lib/ory-client/models/ui_container.rb', line 126 def ==(o) return true if self.equal?(o) self.class == o.class && action == o.action && == o. && method == o.method && nodes == o.nodes end |