class Attio::APIResource

def ==(other)

Comparison
def ==(other)
  other.is_a?(self.class) && id == other.id && @attributes == other.instance_variable_get(:@attributes)
end