Method: Brevo::GetDomainsListDomains#==

Defined in:
lib/brevo/models/get_domains_list_domains.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



118
119
120
121
122
123
124
125
126
# File 'lib/brevo/models/get_domains_list_domains.rb', line 118

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      domain_name == o.domain_name &&
      authenticated == o.authenticated &&
      verified == o.verified &&
      ip == o.ip
end