Method: OryClient::MessageDispatch#==
- Defined in:
- lib/ory-client/models/message_dispatch.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
185 186 187 188 189 190 191 192 193 194 |
# File 'lib/ory-client/models/message_dispatch.rb', line 185 def ==(o) return true if self.equal?(o) self.class == o.class && created_at == o.created_at && error == o.error && id == o.id && == o. && status == o.status && updated_at == o.updated_at end |