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