Method: OryClient::EmailTemplateDataBody#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



130
131
132
133
134
135
# File 'lib/ory-client/models/email_template_data_body.rb', line 130

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      html == o.html &&
      plaintext == o.plaintext
end