Method: OryClient::MessageDispatch#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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 &&
      message_id == o.message_id &&
      status == o.status &&
      updated_at == o.updated_at
end