Method: GongAPI::UserIntegrationStatus#==

Defined in:
lib/gong_api/models/user_integration_status.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.



119
120
121
122
123
124
125
126
127
128
# File 'lib/gong_api/models/user_integration_status.rb', line 119

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      email == o.email &&
      exists == o.exists &&
      fix_url == o.fix_url &&
      help_url == o.help_url &&
      user_facing_error == o.user_facing_error &&
      valid == o.valid
end